X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-bar-number.ly;h=d000a0303d92370cc1a712c8590f4e192cde8e50;hb=edbaa4793402ff05a4d3c2823b0cd36862e591c2;hp=c7343f5cf6154ecbade20850f854f6c8d7f3d97f;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/grace-bar-number.ly b/input/regression/grace-bar-number.ly index c7343f5cf6..d000a0303d 100644 --- a/input/regression/grace-bar-number.ly +++ b/input/regression/grace-bar-number.ly @@ -1,14 +1,21 @@ -\version "1.5.68" + +\version "2.11.51" \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'' { c1 \break + \grace c8 + c1 } + + + -\score { \notes\relative c''' { c1 \break -\grace c8 -c1 }}