X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-arpeggio.ly;h=e402303b19ec6a7537d32a2c9b0a8d55f155614f;hb=e3965faa43f479344e5fea11f6d0b058ab007c95;hp=d12303349d23cb0da2955a676c1ce7981cd7b07c;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/tie-arpeggio.ly b/input/regression/tie-arpeggio.ly index d12303349d..e402303b19 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.12.0" -\paper { raggedright = ##t } +\paper { ragged-right = ##t } \relative { c~ e~ g~ \set tieWaitForNote = ##t @@ -21,4 +22,5 @@ \set tieWaitForNote = ##f ~ + }