X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fballoon.ly;h=2acc43ff15e2b877f8a8add1ef9141ab9f9598ec;hb=689ca8e732f71bcfc117211e4a980f22b13bc1ed;hp=dadbe95d69cb9ed15e1ce581533694c3a75c3d9c;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/balloon.ly b/input/regression/balloon.ly index dadbe95d69..2acc43ff15 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.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 + } } }