X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-bar-line.ly;h=e42779905de2937f374d56997fe895c6cbd731b1;hb=d1698636c7f40a07047656ca04f70a55c62a9d37;hp=9a9bcca69818a7c2d2d700035e33a885167c0f8c;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/grace-bar-line.ly b/input/regression/grace-bar-line.ly index 9a9bcca698..e42779905d 100644 --- a/input/regression/grace-bar-line.ly +++ b/input/regression/grace-bar-line.ly @@ -1,13 +1,17 @@ -\version "1.5.68" + +\version "2.6.0" \header { -texidoc = "Bar line should come before the grace note." + texidoc = "Bar line should come before the grace note." } +\layout { raggedright = ##t} + + + + + - +\relative c' \context Staff { + f1 \grace { a'16[ f] } g1 } -\score {\notes \relative c' \context Staff { - f1 \grace { [a'16 f] } g1 } - \paper { linewidth = -1. } - }