]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-length.ly
* lily/lily-guile.cc (type_check_assignment): if
[lilypond.git] / input / test / stem-length.ly
1 \version "1.5.68"
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 }