Hi, y'all --

How 'bout the attached as a starting point?

Best,
Kieren.
________________________

\version "2.9.13"

\layout
{
        ragged-right = ##t
}

metMark = \mark \markup
{
        \line \vcenter
        {
                "Swing"
                \hspace #0.5
                \score
                {
                        \relative { \voiceOne \times 2/3 { b'4 b8 } }
                        \layout
                        {
                                line-width = 0.4\in
                                indent = 0
                                \context
                                {
                                        \Staff
                                        \remove "Clef_engraver"
                                        \remove "Time_signature_engraver"
                                        \remove "Staff_symbol_engraver"
                                        
                                }
                        }
                }
        }
}

\score
{
        { \metMark g'1 }
}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to