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