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