]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-bar-number.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / grace-bar-number.ly
1
2 \version "2.3.22"
3 \header {
4
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.
10 "
11 }
12
13 \score { \relative c'' { c1 \break
14 \grace c8
15 c1  }
16
17 \layout { raggedright = ##t }
18 }
19