David - Here's a way. It's not tidy, and somewhat approximate. All is tedious and even imprecise horizontal positioning of the notes is awkward.
Maybe this will find a place in the docs. There ought to be something equivalent to \hspace for stuff on the staff. Several months ago I suggested this as a new feature but received no response. - Bruce %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \version "2.4.6" \layout{ indent = 0 linewidth = 5.0\in } \score { \relative c'' { \override Score.BarLine #'transparent = ##t \override Score.Clef #'transparent = ##t \override Score.TimeSignature #'transparent = ##t \override Score.BarNumber #'transparent = ##t \override Score.StaffSymbol #'transparent = ##t s1 s c1 _\markup { \postscript #"0.25 setlinewidth 1 2 moveto -9 -11 rlineto stroke 1 2 moveto 9 -11 rlineto stroke"} s s \break s \noBreak \once \override Score.SeparationItem #'padding = #2.0 c2 _\markup { \postscript #"0.25 setlinewidth 0 0 moveto -5 -8 rlineto stroke 0 0 moveto 5 -8 rlineto stroke"} \once \override Score.SeparationItem #'padding = #9.0 c2 _\markup { \postscript #"0.25 setlinewidth 0 0 moveto -5 -8 rlineto stroke 0 0 moveto 5 -8 rlineto stroke"} s1 \break s \once \override Score.SeparationItem #'padding = #3.0 c4 _\markup { \postscript #"0.25 setlinewidth 0 0 moveto -2 -8 rlineto stroke 0 0 moveto 2 -8 rlineto stroke"} \once \override Score.SeparationItem #'padding = #3.0 c _\markup { \postscript #"0.25 setlinewidth 0 0 moveto -2 -8 rlineto stroke 0 0 moveto 2 -8 rlineto stroke"} \once \override Score.SeparationItem #'padding = #3.0 c _\markup { \postscript #"0.25 setlinewidth 0 0 moveto -2 -8 rlineto stroke 0 0 moveto 2 -8 rlineto stroke"} \once \override Score.SeparationItem #'padding = #3.0 c _\markup { \postscript #"0.25 setlinewidth 0 0 moveto -2 -8 rlineto stroke 0 0 moveto 2 -8 rlineto stroke"} s1 s \break \once \override Score.SeparationItem #'padding = #5.0 s1 \override Score.SeparationItem #'padding = #1.3 c8 [ c ] c c c [ c ] c c s1 s4 }} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Tree.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user