X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fballoon.ly;h=2acc43ff15e2b877f8a8add1ef9141ab9f9598ec;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=a60f89e57c1854641ed7f57a283a9043de41bbbf;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/input/regression/balloon.ly b/input/regression/balloon.ly index a60f89e57c..2acc43ff15 100644 --- a/input/regression/balloon.ly +++ b/input/regression/balloon.ly @@ -5,14 +5,23 @@ with lines and explanatory text added." } -\version "2.12.0" +\version "2.14.0" \layout{ ragged-right = ##t } -\new Voice \with {\consists "Balloon_engraver" } -{ - \relative c' { - \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" } - 8 +\score{ + \new Voice \with {\consists "Balloon_engraver" } + { + \relative c' { + \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" } + 8 + } + } + + \layout { + \context { + \Score + \override PaperColumn #'keep-inside-line = ##f + } } }