diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-02 22:18:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-02 22:18:36 +0000 |
commit | 92ad4fed0cb600ce55fffacc7e982fbaf955fc44 (patch) | |
tree | f28e49ec646b60fb99d783afd1a2bc68b07bf835 /Master/texmf-dist/source | |
parent | 3bf8ee8a87097403ef040c9a3c4ee0f3866eb2cd (diff) |
lilyglyphs (2oct13)
git-svn-id: svn://tug.org/texlive/trunk@31814 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/fancyexamples.ly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/fancyexamples.ly b/Master/texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/fancyexamples.ly index 0189d45b545..24794785635 100644 --- a/Master/texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/fancyexamples.ly +++ b/Master/texmf-dist/source/luatex/lilyglyphs/glyphimages/definitions/fancyexamples.ly @@ -44,7 +44,7 @@ %%lilyglyphs % example of a fancy notation -fancyExample = \relative e' { +lilyFancyExample = \relative e' { \override NoteHead.transparent = ##t \override Stem #'length = #4 \override Stem #'thickness = #1.6 @@ -52,7 +52,7 @@ fancyExample = \relative e' { s4 \stemDown a4 \laissezVibrer } -\markup { fancyExample } +\markup { lilyFancyExample } symbol = \fancyExample \include "score.ily" |