X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-bar-line.ly;h=e5017a98dab5f3dceb6ca218bb94d8801ecd9183;hb=01b15679731ac5fcaf8edac1ad5bce6acba10ff0;hp=38168c39c3834f7d6bd1a795f0c5f8d8c4d1308c;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/grace-bar-line.ly b/input/regression/grace-bar-line.ly index 38168c39c3..e5017a98da 100644 --- a/input/regression/grace-bar-line.ly +++ b/input/regression/grace-bar-line.ly @@ -1,14 +1,17 @@ -\version "1.7.18" + +\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} - } -%% new-chords-done %%