]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-position.ly
release: 1.3.111
[lilypond.git] / input / test / beam-position.ly
1
2 \version "1.3.110";
3
4 \score { 
5   \context Voice \notes\relative c {
6     [f8 f]  [f64 f] \grace { [f8 e8] }
7         \property Grace.Stem \override #'no-stem-extend = ##t
8         [f8 f]
9         
10   }
11   \paper {
12     linewidth=-1.0;
13   }  
14   \midi { }
15 }