X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fballoon.ly;h=a60f89e57c1854641ed7f57a283a9043de41bbbf;hb=7d496a828e54ae3ecd0007094e845f1e7c52c5ca;hp=d18e2cf2ed74f3f84dfd6d29d53a15b13757a468;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/balloon.ly b/input/regression/balloon.ly index d18e2cf2ed..a60f89e57c 100644 --- a/input/regression/balloon.ly +++ b/input/regression/balloon.ly @@ -1,31 +1,18 @@ \header { + texidoc = "With balloon texts, objects in the output can be marked, with lines and explanatory text added." + } -\version "2.7.32" +\version "2.12.0" \layout{ ragged-right = ##t } +\new Voice \with {\consists "Balloon_engraver" } { - \relative c' { - - %% by hand: - \once\override Stem #'stencil = #ly:balloon-interface::print - \once\override Stem #'original-stencil = #ly:stem::print - \once\override Stem #'balloon-text = #"I'm a stem" - \once\override Stem #'balloon-text-offset = #'(3 . 4) - \once\override Stem #'balloon-text-props - = #'((font-family . roman)) - - - %% use predefd function. - \context Voice \applyOutput #(add-balloon-text - 'NoteHead "heads, or tails?" - '(0 . -3)) - - - c8 + \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" } + 8 } }