]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-bar-number.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-bar-number.ly
1
2 \version "2.14.0"
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 \layout { ragged-right = ##t }
13
14
15 \relative c'' { c1 \break
16                 \grace c8
17                 c1  }
18
19
20
21