]> git.donarmstrong.com Git - lilypond.git/blob - input/midi/midi-grace.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / midi / midi-grace.ly
1 \version "2.10.0"
2 \header{ texidoc = "Tests MIDI output with grace notes. " }
3
4 \score { 
5   \context Voice \relative c {
6     \new Voice = VoiceOne
7         \grace {
8   \override Stem  #'stroke-style = #"grace"
9    c8 
10   \revert Stem #'stroke-style }
11  d4 d d d d
12         \grace {
13   \override Stem  #'stroke-style = #"grace"
14    e16 f e f 
15   \revert Stem #'stroke-style }
16  d4 d d d d 
17         
18   }
19   \layout { }  
20   \midi { }
21 }
22