]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/square-balloons.ly
The IR guide
[lilypond.git] / input / lsr / square-balloons.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.38"
4
5 \header {
6   lsrtags = "editorial-and-educational-use, text, contexts-and-engravers"
7  texidoc = "
8 Elements of notation can be marked and named with the help of a square
9 balloon.  The primary purpose of this feature is to explain notation.
10 " }
11 % begin verbatim
12 \new Voice \with { \consists "Balloon_engraver" }
13   \relative c''{
14    \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" }
15    a4
16    <c, g'-\balloonText #'(-2 . -2) \markup { "I'm a note head" } c>2.
17 }
18