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