X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fgrace-bar-line.ly;h=e5017a98dab5f3dceb6ca218bb94d8801ecd9183;hb=8daf5df7cb4ebb293518019c9d30550bad6fa493;hp=e3d4e2e7d6277624bf99a5717fb40a45b6a5fe24;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/grace-bar-line.ly b/input/regression/grace-bar-line.ly index e3d4e2e7d6..e5017a98da 100644 --- a/input/regression/grace-bar-line.ly +++ b/input/regression/grace-bar-line.ly @@ -1,15 +1,17 @@ -\version "2.4.0" +\version "2.19.21" \header { -texidoc = "Bar line should come before the grace note." + texidoc = "Bar line should come before the grace note." } +\layout { ragged-right = ##t} - -\score { \relative c' \context Staff { - f1 \grace { a'16[ f] } g1 } - \layout { raggedright = ##t} - } + + +\relative \context Staff { + f'1 \grace { a'16 f } g1 } + +