X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-grace.ly;h=30a46fd6733dd2449148095dca33d6ff6bfadfd4;hb=ce14f918fb0cdd880e567dd67e5ef277d8f7dee5;hp=8b98fc21fcce72fb9f95a1b2713775bcbcc79457;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/tie-grace.ly b/input/regression/tie-grace.ly index 8b98fc21fc..30a46fd673 100644 --- a/input/regression/tie-grace.ly +++ b/input/regression/tie-grace.ly @@ -1,13 +1,13 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.10.0" \header { - texidoc = "Tieing a grace to the to a following grace or main note works." + texidoc = "Tying a grace to a following grace or main note works." } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } -\score { \notes \context Voice \relative c'' { - c4 \grace { c8 ~ c16 ~ } c4 - } +\context Voice \relative c'' { + c4 \grace { c8 ~ c16 ~ } c4 } +