Hi, Ralph --

The attached might get you started...

Hope it helps!
Kieren.

_______________________________


%%%  CODE SNIPPET BEGINS
\version "2.8.4"

markL = \once \override Score.RehearsalMark #'self-alignment-X = #-1
emptyMark = \once \override Score.RehearsalMark #'X-extent = #'(0 . 0)

music =
{
        <<
                \oneVoice R1
                \\
                {
                        \markL \mark \markup { \italic { vln: "Sunnybank, New 
Jersey." } } s2
                        \emptyMark \mark \markup { \italic { "Around 1905" } } 
s2
                }
        >>
}

\score
{
        \music
}
%%%  CODE SNIPPET ENDS


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to