]> git.donarmstrong.com Git - lilypond.git/blob - input/test/no-stem-extend.fly
release: 1.3.0
[lilypond.git] / input / test / no-stem-extend.fly
1 % test noStemExtend
2 \context Staff <
3         \context Voice = "a" { 
4                 f2 f8 g a b 
5                 \property Voice.noStemExtend = 1
6                 f2 f8 g a b
7         }
8         \context Voice = "b" { 
9                 c''2 c8 b a g
10                 \property Voice.noStemExtend = 1
11                 c2 c8 b a g
12         }
13 >