]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-stems.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / grace-stems.ly
1
2 \version "1.9.1"
3 \header{
4 texidoc = "Here startGraceMusic should set no-stem-extend to true;
5 the two grace beams should be the same here.
6 "
7 }
8
9
10 \score { 
11   \context Voice \notes\relative c {
12     \grace { 
13        f8[ e8] 
14       \property Voice.Stem \override #'no-stem-extend = ##t
15        f8[ e8] 
16       \property Voice.Stem \revert #'no-stem-extend
17     }
18     a4
19         
20   }
21   \paper {
22     raggedright = ##t
23   }  
24   \midi { }
25 }
26