]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-bar-number.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-bar-number.ly
1
2 \version "2.19.21"
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''1 \break
16                 \grace c8
17                 c1  }
18
19
20
21