X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fballoon.ly;h=3a85fed660cc01ffe3025aa4b66cd6888132b5a9;hb=978bc4c9ea9a904d0365e8935a41cfaea9696a7c;hp=dadbe95d69cb9ed15e1ce581533694c3a75c3d9c;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/input/regression/balloon.ly b/input/regression/balloon.ly index dadbe95d69..3a85fed660 100644 --- a/input/regression/balloon.ly +++ b/input/regression/balloon.ly @@ -5,14 +5,23 @@ with lines and explanatory text added." } -\version "2.11.51" +\version "2.12.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 + } } }