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