X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-arpeggio.ly;h=de6f8234965a8a3bb547bf8dcc8b1b0d8aed4b08;hb=4ef9b950a09e2b8e073017a8e427ab48c8ed1d0b;hp=d12303349d23cb0da2955a676c1ce7981cd7b07c;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/tie-arpeggio.ly b/input/regression/tie-arpeggio.ly index d12303349d..de6f823496 100644 --- a/input/regression/tie-arpeggio.ly +++ b/input/regression/tie-arpeggio.ly @@ -1,16 +1,17 @@ \header { - texidoc = "when @code{tieWaitForNote} is set, the right-tied note - does not have to follow the lef-tied note directly. When - @code{tieWaitForNote} is set to false, any tie will erase all pending - ties." + texidoc = + + "when @code{tieWaitForNote} is set, the right-tied note does not + have to follow the lef-tied note directly. When @code{tieWaitForNote} + is set to false, any tie will erase all pending ties." } -\version "2.7.13" +\version "2.10.0" -\paper { raggedright = ##t } +\paper { ragged-right = ##t } \relative { c~ e~ g~ \set tieWaitForNote = ##t @@ -21,4 +22,6 @@ \set tieWaitForNote = ##f ~ + | + }