]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-length.ly
2061a8262d149d30ac0873d7803fa594346f1111
[lilypond.git] / input / test / stem-length.ly
1 \score { 
2   \context Voice \notes\relative c {
3     
4         g''4 \property Voice.stemLength = #14  g4 \property Voice.stemLength = #3 g4  g,,4  
5         
6   }
7   \paper { }  
8   \midi { }
9 }