]> git.donarmstrong.com Git - lilypond.git/blob - input/test/no-stem-extend.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / no-stem-extend.ly
1
2 \score { 
3   \context Voice \notes\relative c {
4     % test noStemExtend
5         \context Staff <
6                 \context Voice = "a" { 
7                         f2 f8 g a b 
8                         \property Voice.noStemExtend = ##t
9                         f2 f8 g a b
10                 }
11                 \context Voice = "b" { 
12                         c''2 c8 b a g
13                         \property Voice.noStemExtend = ##t
14                         c2 c8 b a g
15                 }
16         >
17         
18   }
19   \paper { }  
20   \midi { }
21 }