X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fballoon.ly;h=3a85fed660cc01ffe3025aa4b66cd6888132b5a9;hb=53db923e715126eb9463220526b4838fbfd3dad4;hp=a60f89e57c1854641ed7f57a283a9043de41bbbf;hpb=6255791221fd8197a23d3299fdad85a3a79336ab;p=lilypond.git diff --git a/input/regression/balloon.ly b/input/regression/balloon.ly index a60f89e57c..3a85fed660 100644 --- a/input/regression/balloon.ly +++ b/input/regression/balloon.ly @@ -9,10 +9,19 @@ with lines and explanatory text added." \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 + } } }