X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-bar-line.ly;h=e5017a98dab5f3dceb6ca218bb94d8801ecd9183;hb=36fba3138858ee42ba3f03e3de0efa1d1f49d147;hp=6214f60f4c3d3d3298785acdd8fd7c7b0a24b67f;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/grace-bar-line.ly b/input/regression/grace-bar-line.ly index 6214f60f4c..e5017a98da 100644 --- a/input/regression/grace-bar-line.ly +++ b/input/regression/grace-bar-line.ly @@ -1,15 +1,17 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\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} + + + + - +\relative \context Staff { + f'1 \grace { a'16 f } g1 } -\score {\notes \relative c' \context Staff { - f1 \grace { a'16[ f] } g1 } - \paper { raggedright = ##t} - }