diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2003-06-27 22:57:16 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2003-06-27 22:57:16 +0000 |
commit | d84e3d676a91ba1cb617c2467c5775f93fd48a32 (patch) | |
tree | 831ccde577c8201a7a70280869408b3a702969ee /input/regression/glissando.ly | |
parent | 438f3ce8aa92b01a01c99e678c734486c70b93f0 (diff) |
(note-name->markup): don't superscript root
alterations in chordnames.
Diffstat (limited to 'input/regression/glissando.ly')
-rw-r--r-- | input/regression/glissando.ly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index b76b45bd47..4938d08cdc 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -1,4 +1,4 @@ -\version "1.7.18" +\version "1.7.22" \header{ @@ -19,7 +19,7 @@ The engraver does no time-keeping, so it involves some trickery to get c \glissando d, \glissando e' < { \stemUp e8 \glissando g8 } \context Voice = VB {\stemDown \repeat unfold 4 d16 } > - \property Voice.Glissando \override #'type = #'zigzag + \property Voice.Glissando \override #'style = #'zigzag c4 \glissando c,, \glissando c' \glissando d } \paper{ |