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