X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-bar-number.ly;h=c59a5d56e74ef44ec81c35dc324b0f905f2a7c63;hb=4b78ea65daabcab3c4b6baf90fdd6f98aa186917;hp=f78a4fd5d88e93b2b40d3f11adb92d546e1eda37;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/grace-bar-number.ly b/input/regression/grace-bar-number.ly index f78a4fd5d8..c59a5d56e7 100644 --- a/input/regression/grace-bar-number.ly +++ b/input/regression/grace-bar-number.ly @@ -1,19 +1,21 @@ -\version "2.1.28" +\version "2.19.21" \header { -texidoc = "Grace notes do tricky things with timing. If a measure + texidoc = "Grace notes do tricky things with timing. If a measure starts with a grace note, the measure does not start at 0, but earlier. Nevertheless, lily should not get confused. For example, line breaks should be possible at grace notes, and the bar number should be printed correctly. " } +\layout { ragged-right = ##t } + + +\relative { c''1 \break + \grace c8 + c1 } + -\score { \notes\relative c'' { c1 \break -\grace c8 -c1 } -\paper { raggedright = ##t } -}