]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/no-stem-extend.fly
patch::: 1.3.14.hwn1jcn1
[lilypond.git] / input / test / no-stem-extend.fly
index 35ef31eac465d9bd2b7b5f9880e9d505d6579b3d..9b0cd4570a7394326d17b003b87e4b486f7819af 100644 (file)
@@ -2,12 +2,12 @@
 \context Staff <
        \context Voice = "a" { 
                f2 f8 g a b 
-               \property Voice.noStemExtend = 1
+               \property Voice.noStemExtend = ##t
                f2 f8 g a b
        }
        \context Voice = "b" { 
                c''2 c8 b a g
-               \property Voice.noStemExtend = 1
+               \property Voice.noStemExtend = ##t
                c2 c8 b a g
        }
 >