X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fballoon.ly;h=65264d48332cf1f00dc85fa391886f7b83552065;hb=7271ef0cd2204b490c64abc1f77dc2609d81451f;hp=dadbe95d69cb9ed15e1ce581533694c3a75c3d9c;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/balloon.ly b/input/regression/balloon.ly index dadbe95d69..65264d4833 100644 --- a/input/regression/balloon.ly +++ b/input/regression/balloon.ly @@ -5,14 +5,29 @@ with lines and explanatory text added." } -\version "2.11.51" +\version "2.17.6" \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 + \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 + } } }