]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-length.ly
update syntax in .ly files.
[lilypond.git] / input / test / stem-length.ly
1 \version "1.7.6"
2
3 \score { 
4   \context Voice \notes\relative c {
5         g''4 \property Voice.Stem \set #'length = #14  g4
6         \property Voice.Stem \set #'length = #3 g4  g,,4  
7   }
8   \paper { }  
9   \midi { }
10 }
11 %% new-chords-done %%