X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fballoon.ly;h=65264d48332cf1f00dc85fa391886f7b83552065;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=2acc43ff15e2b877f8a8add1ef9141ab9f9598ec;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/input/regression/balloon.ly b/input/regression/balloon.ly index 2acc43ff15..65264d4833 100644 --- a/input/regression/balloon.ly +++ b/input/regression/balloon.ly @@ -5,7 +5,7 @@ with lines and explanatory text added." } -\version "2.14.0" +\version "2.17.6" \layout{ ragged-right = ##t } @@ -15,13 +15,19 @@ with lines and explanatory text added." \relative c' { \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" } 8 + \balloonLengthOn + \balloonGrobText #'Rest #'(-1 . -2) \markup{ "Rest" } + r + \balloonLengthOff + \balloonGrobText #'Script #'(-1 . -1) \markup{ "Accent" } + c4-> } } \layout { \context { \Score - \override PaperColumn #'keep-inside-line = ##f + \override PaperColumn.keep-inside-line = ##f } } }