]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-bar-number.ly
7368e1eb9fd8ba275345ce666aef1ace5df24c0b
[lilypond.git] / input / regression / grace-bar-number.ly
1 \header {
2
3 texidoc = "Grace notes do tricky things with timing. If a measure
4 starts with a grace note, the measure does not start at 0, but
5 earlier. Nevertheless, lily should not get confused. For example, line
6 breaks should be possible at grace notes, and the bar number should be
7 printed correctly.
8 "
9 }
10
11 \score { \notes\relative c''' { c1 \break
12 \grace c8
13 c1  }}