]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-position.ly
940843afc5295b5268dedbe7dde1aaa37b19c4db
[lilypond.git] / input / test / beam-position.ly
1 \score { 
2   \context Voice \notes\relative c {
3     [f8 f]  [f64 f] \grace { [f8 e8] }
4         \property Voice.noStemExtend = ##t
5         [f8 f]
6         
7   }
8   \paper {
9     linewidth=-1.0;
10   }  
11   \midi { }
12 }