X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-grace.ly;h=505b9b743321be3224d8f1971c8304bbab027797;hb=2734734ab89b8b4ce1aa2a0afca41a624b0fd2da;hp=51bb1da1c107234f89b176531eb5bd556f7eb327;hpb=30c15d67dcc56919da38c9b5bdfda0684c1fc964;p=lilypond.git diff --git a/input/regression/tie-grace.ly b/input/regression/tie-grace.ly index 51bb1da1c1..505b9b7433 100644 --- a/input/regression/tie-grace.ly +++ b/input/regression/tie-grace.ly @@ -1,13 +1,13 @@ -\version "1.9.1" +\version "2.11.51" \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 } +