MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / grace-bar-number.ly
blobc1771d8739007cfdc0ab8acf7033c46917cd8a79
2 \version "2.12.0"
3 \header {
5 texidoc = "Grace notes do tricky things with timing. If a measure
6 starts with a grace note, the measure does not start at 0, but
7 earlier. Nevertheless, lily should not get confused. For example, line
8 breaks should be possible at grace notes, and the bar number should be
9 printed correctly.
12 \layout { ragged-right = ##t }
15 \relative c'' { c1 \break
16 \grace c8
17 c1 }