diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-12 22:37:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-12 22:37:31 +0000 |
commit | bbe7a06e1701b00caa23f4b2968b6a12f2347ca0 (patch) | |
tree | 1a4455285509ef62e3faf9a1ac196be10addbd58 /Master/texmf-dist/tex/lualatex/lilyglyphs | |
parent | bc14253e2a578d15f9bd8cc09b195552f102deb1 (diff) |
lilyglyphs (12mar14)
git-svn-id: svn://tug.org/texlive/trunk@33164 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/lilyglyphs')
13 files changed, 195 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/beamednotes.inp b/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/beamednotes.inp index 805bcbe1898..c18e3315aec 100644 --- a/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/beamednotes.inp +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/beamednotes.inp @@ -48,3 +48,34 @@ \setkeys{lilyDesignOptions}{scale=0.7,raise=-0.4}% \lilyPrintImage[#1]{lily-twoBeamedQuavers}% } + +%-------------------------------- +% Three notes connected by a beam + +% three beamed quavers +% created by lily-image-commands.py on 2013-11-21 +\newcommand*{\threeBeamedQuavers}[1][]{% + \setkeys{lilyDesignOptions}{scale=0.9,raise=-0.6}% + \lilyPrintImage[#1]{lily-threeBeamedQuavers}% +} + +% three beamed quavers, second dotted +% created by lily-image-commands.py on 2013-11-21 +\newcommand*{\threeBeamedQuaversI}[1][]{% + \setkeys{lilyDesignOptions}{scale=0.9,raise=-0.6}% + \lilyPrintImage[#1]{lily-threeBeamedQuaversI}% +} + +% three beamed quavers, first dotted +% created by lily-image-commands.py on 2013-11-21 +\newcommand*{\threeBeamedQuaversII}[1][]{% + \setkeys{lilyDesignOptions}{scale=0.9,raise=-0.6}% + \lilyPrintImage[#1]{lily-threeBeamedQuaversII}% +} + +% three beamed quavers, last dotted +% created by lily-image-commands.py on 2013-11-21 +\newcommand*{\threeBeamedQuaversIII}[1][]{% + \setkeys{lilyDesignOptions}{scale=0.9,raise=-0.6}% + \lilyPrintImage[#1]{lily-threeBeamedQuaversIII}% +} diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/scripts.inp b/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/scripts.inp index 1cbabdebd2e..16120f05edb 100644 --- a/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/scripts.inp +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/scripts.inp @@ -36,7 +36,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%% -% Sripts % +% Scripts % %%%%%%%%%%%%%%% % "scripts.ufermata" @@ -44,3 +44,78 @@ \setkeys{lilyDesignOptions}{scale=1.2,raise=0.5}% \lilyPrint[#1]{\hspace*{0.55ex}\lilyGetGlyph{scripts.ufermata}}% } + +%%%%%%%%%%%%%%% +% Articulations +%%%%%%%%%%%%%%% + +% Accent symbol +% created by lily-glyph-commands.py on 2013-11-20 +\newcommand*{\lilyAccent}[1][]{% + \setkeys{lilyDesignOptions}{scale=1.4,raise=0.5}% + \lilyPrint[#1]{\hspace{0.75ex}\lilyGetGlyph{scripts.sforzato}\hspace{-0.4ex}}% +} + +% Espressivo +% created by lily-glyph-commands.py on 2013-11-20 +\newcommand*{\lilyEspressivo}[1][]{% + \setkeys{lilyDesignOptions}{scale=1.4,raise=0.5}% + \lilyPrint[#1]{\hspace{1.7ex}\lilyGetGlyph{scripts.espr}\hspace{-0.4ex}}% +} + +% Staccato dot +% created by lily-glyph-commands.py on 2013-11-20 +\newcommand*{\lilyStaccato}[1][]{% + \setkeys{lilyDesignOptions}{scale=1.6,raise=0.5}% + \lilyPrint[#1]{\hspace{0.1ex}\lilyGetGlyph{scripts.staccato}\hspace{-0.2ex}}% +} + +% Thumb pizzicato for string instruments +% created by lily-glyph-commands.py on 2013-11-20 +\newcommand*{\lilyThumb}[1][]{% + \setkeys{lilyDesignOptions}{scale=1.6,raise=0.65}% + \lilyPrint[#1]{\hspace{0.1ex}\lilyGetGlyph{scripts.thumb}\hspace{-0.3ex}}% +} + +% marcato articulation +% created by lily-glyph-commands.py on 2013-11-20 +\newcommand*{\marcato}[1][]{% + \setkeys{lilyDesignOptions}{scale=1.4,raise=0.5}% + \lilyPrint[#1]{\lilyGetGlyph{scripts.umarcato}\hspace{-0.3ex}}% +} + +% marcato articulation downwards +% created by lily-glyph-commands.py on 2013-11-20 +\newcommand*{\marcatoDown}[1][]{% + \setkeys{lilyDesignOptions}{scale=1.4,raise=1}% + \lilyPrint[#1]{\lilyGetGlyph{scripts.dmarcato}\hspace{-0.3ex}}% +} + +% portato articulation +% created by lily-glyph-commands.py on 2013-11-20 +\newcommand*{\portato}[1][]{% + \setkeys{lilyDesignOptions}{scale=1.4,raise=0.5}% + \lilyPrint[#1]{\hspace{0.2ex}\lilyGetGlyph{scripts.uportato}\hspace{-0.4ex}}% +} + +% portato articulation downwards +% created by lily-glyph-commands.py on 2013-11-20 +\newcommand*{\portatoDown}[1][]{% + \setkeys{lilyDesignOptions}{scale=1.4,raise=1}% + \lilyPrint[#1]{\hspace{0.2ex}\lilyGetGlyph{scripts.dportato}\hspace{-0.4ex}}% +} + +% staccatissimo articulation +% created by lily-glyph-commands.py on 2013-11-20 +\newcommand*{\staccatissimo}[1][]{% + \setkeys{lilyDesignOptions}{scale=1.4,raise=0.5}% + \lilyPrint[#1]{\lilyGetGlyph{scripts.ustaccatissimo}}% +} + +% tenuto articulation +% created by lily-glyph-commands.py on 2013-11-20 +\newcommand*{\tenuto}[1][]{% + \setkeys{lilyDesignOptions}{scale=1.4,raise=0.8}% + \lilyPrint[#1]{\lilyGetGlyph{scripts.tenuto}\hspace{-0.4ex}}% +} + diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/singlenotes.inp b/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/singlenotes.inp index ba9a1a0cf9b..8c8f16f1cfd 100644 --- a/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/singlenotes.inp +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/commands/singlenotes.inp @@ -39,68 +39,79 @@ % Single notes % %%%%%%%%%%%%%%%% +% The commands are defined in British English +% and are followed by their American English synonyms + %%%%%%%%%%%%% % whole notes % whole note -\newcommand*{\wholeNote}[1][]{% +\newcommand*{\semibreve}[1][]{% \setkeys{lilyDesignOptions}{scale=1,raise=0.2}% \lilyPrint[#1]{\lilyGetGlyph{noteheads.s0}}% } +\newcommand{\wholeNote}[1][]{\semibreve[#1]} % dotted whole note -\newcommand*{\wholeNoteDotted}[1][]{% +\newcommand*{\semibreveDotted}[1][]{% \setkeys{lilyDesignOptions}{scale=1,raise=0.2}% % Calculate effective scale/raise and the hspace for the dot \lilySetDotOptions[#1]{0}{0.5}{0.4}% % Print the rest and then the dot \wholeNote[#1]\lilyDotSpace\lilyPrintDot } +\newcommand*{\wholeNoteDotted}[1][]{\semibreveDotted[#1]} %%%%%%%%%%%% % half notes % half note with upward stem % created by buildglyphimages.py on 2012-11-06 -\newcommand*{\halfNote}[1][]{% +\newcommand*{\minim}[1][]{% \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.2}% \lilyPrintImage[#1]{lily-halfNote}% } +\newcommand*{\halfNote}[1][]{\minim[#1]} % half note with downward stem % created by buildglyphimages.py on 2012-11-13 -\newcommand*{\halfNoteDown}[1][]{% +\newcommand*{\minimDown}[1][]{% \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.6}% \lilyPrintImage[#1]{lily-halfNoteDown}% } +\newcommand*{\halfNoteDown}[1][]{\minimDown[#1]} % dotted half note with upward stem % created by buildglyphimages.py on 2012-11-07 -\newcommand*{\halfNoteDotted}[1][]{% +\newcommand*{\minimDotted}[1][]{% \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.2}% \lilyPrintImage[#1]{lily-halfNoteDotted}% } +\newcommand*{\halfNoteDotted}[1][]{\minimDotted[#1]} % dotted half note with downward stem % created by buildglyphimages.py on 2012-11-13 -\newcommand*{\halfNoteDottedDown}[1][]{% +\newcommand*{\minimDottedDown}[1][]{% \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.6}% \lilyPrintImage[#1]{lily-halfNoteDottedDown}% } +\newcommand*{\halfNoteDottedDown}[1][]{\minimDottedDown[#1]} % doubledotted half note with upward stem % created by buildglyphimages.py on 2012-11-08 -\newcommand*{\halfNoteDottedDouble}[1][]{% +\newcommand*{\minimDottedDouble}[1][]{% \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.2}% \lilyPrintImage[#1]{lily-halfNoteDottedDouble}% } +\newcommand*{\halfNoteDottedDouble}[1][]{\minimDottedDouble[#1]} % doubledotted half note with downward stem % created by buildglyphimages.py on 2012-11-13 -\newcommand*{\halfNoteDottedDoubleDown}[1][]{% +\newcommand*{\minimDottedDoubleDown}[1][]{% \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.6}% \lilyPrintImage[#1]{lily-halfNoteDottedDoubleDown}% } +\newcommand*{\halfNoteDottedDoubleDown}[1][]{\minimDottedDoubleDown[#1]} %%%%%%%%%%% @@ -112,6 +123,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.25}% \lilyPrintImage[#1]{lily-crotchet}% } +\newcommand*{\quarterNote}[1][]{\crotchet[#1]} % crotchet with downward stem % created by buildglyphimages.py on 2012-11-13 @@ -119,6 +131,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.4}% \lilyPrintImage[#1]{lily-crotchetDown}% } +\newcommand*{\quarterNoteDown}[1][]{\crotchetDown[#1]} % dotted crotchet with upward stem % created by buildglyphimages.py on 2012-11-07 @@ -126,6 +139,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.25}% \lilyPrintImage[#1]{lily-crotchetDotted}% } +\newcommand*{\quarterNoteDotted}[1][]{\crotchetDotted[#1]} % dotted crotchet with downward stem % created by buildglyphimages.py on 2012-11-13 @@ -133,6 +147,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.4}% \lilyPrintImage[#1]{lily-crotchetDottedDown}% } +\newcommand*{\quarterNoteDottedDown}[1][]{\crotchetDottedDown[#1]} % doubledotted crotchet with upward stem % created by buildglyphimages.py on 2012-11-08 @@ -140,6 +155,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.25}% \lilyPrintImage[#1]{lily-crotchetDottedDouble}% } +\newcommand*{\quarterNoteDottedDouble}[1][]{\crotchetDottedDouble[#1]} % doubledotted crotchet with downward stem % created by buildglyphimages.py on 2012-11-13 @@ -147,6 +163,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.4}% \lilyPrintImage[#1]{lily-crotchetDottedDoubleDown}% } +\newcommand*{\quarterNoteDottedDoubleDown}[1][]{\crotchetDottedDoubleDown[#1]} %%%%%%%%% @@ -157,8 +174,8 @@ \newcommand*{\quaver}[1][]{% \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.3}% \lilyPrintImage[#1]{lily-quaver}% - \hspace*{-0.5ex}% } +\newcommand*{\eighthNote}[1][]{\quaver[#1]} % quaver with downward stem % created by buildglyphimages.py on 2012-11-13 @@ -166,6 +183,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.7}% \lilyPrintImage[#1]{lily-quaverDown}% } +\newcommand*{\eighthNoteDown}[1][]{\quaverDown[#1]} % dotted quaver with upward stem % created by buildglyphimages.py on 2012-11-13 @@ -173,6 +191,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.3}% \lilyPrintImage[#1]{lily-quaverDotted}% } +\newcommand*{\eighthNoteDotted}[1][]{\quaverDotted[#1]} % dotted quaver with downward stem % created by buildglyphimages.py on 2012-11-13 @@ -180,6 +199,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.7}% \lilyPrintImage[#1]{lily-quaverDottedDown}% } +\newcommand*{\eighthNoteDottedDown}[1][]{\quaverDottedDown[#1]} % doubledotted quaver with upward stem % created by buildglyphimages.py on 2012-11-13 @@ -187,6 +207,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.3}% \lilyPrintImage[#1]{lily-quaverDottedDouble}% } +\newcommand*{\eighthNoteDottedDouble}[1][]{\quaverDottedDouble[#1]} % doubledotted quaver with downward stem % created by buildglyphimages.py on 2012-11-13 @@ -194,6 +215,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.7}% \lilyPrintImage[#1]{lily-quaverDottedDoubleDown}% } +\newcommand*{\eighthNoteDottedDoubleDown}[1][]{\quaverDottedDoubleDown[#1]} %%%%%%%%%%%%% @@ -204,8 +226,8 @@ \newcommand*{\semiquaver}[1][]{% \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.15}% \lilyPrintImage[#1]{lily-semiquaver}% - \hspace*{-0.4ex}% } +\newcommand*{\sixteenthNote}[1][]{\semiquaver[#1]} % semiquaver with downward stem % created by buildglyphimages.py on 2012-11-13 @@ -213,6 +235,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.8}% \lilyPrintImage[#1]{lily-semiquaverDown}% } +\newcommand*{\sixteenthNoteDown}[1][]{\semiquaverDown[#1]} % dotted semiquaver with upward stem % created by buildglyphimages.py on 2012-11-07 @@ -220,6 +243,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.15}% \lilyPrintImage[#1]{lily-semiquaverDotted}% } +\newcommand*{\sixteenthNoteDotted}[1][]{\semiquaverDotted[#1]} % dotted semiquaver with downward stem % created by buildglyphimages.py on 2012-11-13 @@ -227,6 +251,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.8}% \lilyPrintImage[#1]{lily-semiquaverDottedDown}% } +\newcommand*{\sixteenthNoteDottedDown}[1][]{\semiquaverDottedDown[#1]} % doubledotted semiquaver with upward stem % created by buildglyphimages.py on 2012-11-08 @@ -234,6 +259,7 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.15}% \lilyPrintImage[#1]{lily-semiquaverDottedDouble}% } +\newcommand*{\sixteenthNoteDottedDouble}[1][]{\semiquaverDottedDouble[#1]} % doubledotted semiquaver with downward stem % created by buildglyphimages.py on 2012-11-13 @@ -241,3 +267,55 @@ \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.8}% \lilyPrintImage[#1]{lily-semiquaverDottedDoubleDown}% } +\newcommand*{\sixteenthNoteDottedDoubleDown}[1][]{\semiquaverDottedDoubleDown[#1]} + +%%%%%%%%%%%%%%%%% +% demisemiquavers + +% demisemiquaver with upward stem +% created by lily-image-commands.py on 2013-11-18 +\newcommand*{\demisemiquaver}[1][]{% + \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.4}% + \lilyPrintImage[#1]{lily-demisemiquaver}% +} +\newcommand*{\thirtysecondNote}[1][]{\demisemiquaver[#1]} + +% dotted demisemiquaver with upward stem +% created by lily-image-commands.py on 2013-11-18 +\newcommand*{\demisemiquaverDotted}[1][]{% + \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.4}% + \lilyPrintImage[#1]{lily-demisemiquaverDotted}% +} +\newcommand*{\thirtysecondNoteDotted}[1][]{\demisemiquaverDotted[#1]} + +% doubledotted demisemiquaver with upward stem +% created by lily-image-commands.py on 2013-11-18 +\newcommand*{\demisemiquaverDottedDouble}[1][]{% + \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.4}% + \lilyPrintImage[#1]{lily-demisemiquaverDottedDouble}% +} +\newcommand*{\thirtysecondNoteDottedDouble}[1][]{\demisemiquaverDottedDouble[#1]} + +% doubledotted demisemiquaver with downward stem +% created by lily-image-commands.py on 2013-11-18 +\newcommand*{\demisemiquaverDottedDoubleDown}[1][]{% + \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.4}% + \lilyPrintImage[#1]{lily-demisemiquaverDottedDoubleDown}% +} +\newcommand*{\thirtysecondNoteDottedDoubleDown}[1][]{\demisemiquaverDottedDoubleDown[#1]} + +% dotted demisemiquaver with downward stem +% created by lily-image-commands.py on 2013-11-18 +\newcommand*{\demisemiquaverDottedDown}[1][]{% + \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.4}% + \lilyPrintImage[#1]{lily-demisemiquaverDottedDown}% +} +\newcommand*{\thirtysecondNoteDottedDown}[1][]{\demisemiquaverDottedDown[#1]} + +% demisemiquaver with downward stem +% created by lily-image-commands.py on 2013-11-18 +\newcommand*{\demisemiquaverDown}[1][]{% + \setkeys{lilyDesignOptions}{scale=0.75,raise=-0.4}% + \lilyPrintImage[#1]{lily-demisemiquaverDown}% +} +\newcommand*{\thirtysecondNoteDown}[1][]{\demisemiquaverDown[#1]} diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaver.pdf b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaver.pdf Binary files differnew file mode 100644 index 00000000000..edfe5bc1b43 --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaver.pdf diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDotted.pdf b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDotted.pdf Binary files differnew file mode 100644 index 00000000000..2ff802c1cf4 --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDotted.pdf diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDouble.pdf b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDouble.pdf Binary files differnew file mode 100644 index 00000000000..899060302e8 --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDouble.pdf diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDoubleDown.pdf b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDoubleDown.pdf Binary files differnew file mode 100644 index 00000000000..09fb1be4243 --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDoubleDown.pdf diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDown.pdf b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDown.pdf Binary files differnew file mode 100644 index 00000000000..85e89b8ca00 --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDottedDown.pdf diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDown.pdf b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDown.pdf Binary files differnew file mode 100644 index 00000000000..ce361e340d6 --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-demisemiquaverDown.pdf diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuavers.pdf b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuavers.pdf Binary files differnew file mode 100644 index 00000000000..c8503af46a6 --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuavers.pdf diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversI.pdf b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversI.pdf Binary files differnew file mode 100644 index 00000000000..0743b08b5c7 --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversI.pdf diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversII.pdf b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversII.pdf Binary files differnew file mode 100644 index 00000000000..3985befd887 --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversII.pdf diff --git a/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversIII.pdf b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversIII.pdf Binary files differnew file mode 100644 index 00000000000..9b8cd50615b --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/lilyglyphs/pdfs/lily-threeBeamedQuaversIII.pdf |