]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem-extend.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / test / stem-extend.ly
index 38cbdd87b53a810ca3fccf307cd2ba63b34a6779..e80d975c6ef2971382524a6546e68a919ef09d83 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "1.9.2"
 
 \header { texidoc = "@cindex Stem Extend
 You can stop LilyPond from extending stems to the center line. "
@@ -8,12 +8,12 @@ You can stop LilyPond from extending stems to the center line. "
 \score { 
   \context Voice \notes\relative c {
        \context Staff <
-               \context Voice = "a" { 
+               \new Voice { 
                        f2 f8 g a b 
                        \property Voice.Stem \set #'no-stem-extend = ##t
                        f2 f8 g a b
                }
-               \context Voice = "b" { 
+               \new Voice { 
                        c''2 c8 b a g
                        \property Voice.Stem \set #'no-stem-extend = ##t
                        c2 c8 b a g