%% Generated by lilypond-book.py %% Options: [fragment,relative=1,alt=[image of music],ragged-right,indent=0\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) ragged-right = ##t indent = 0\mm force-assignment = #"" line-width = #(- line-width (* mm 3.000000)) } \layout { } \relative c' { % **************************************************************** % ly snippet contents follows: % **************************************************************** \sourcefileline 74 \new Voice \with {\consists "Balloon_engraver" } { \balloonGrobText #'Stem #'(3 . 4) \markup { "I'm a Stem" } 8 } % **************************************************************** % end ly snippet % **************************************************************** }