lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Markup centered on barline between staves


From: Javier Ruiz-Alma
Subject: Markup centered on barline between staves
Date: Sat, 16 Feb 2013 01:58:07 -0800 (PST)

I need to place markup between the staves, best centered at the barline.
How is this accomplished?

%%%%%%% BEGIN LILY CODE SNIPPET

\version "2.16.1"
<<
    \new staff {
        c''1
        \mark \markup{
            \override #'(baseline-skip . 1.5)
            \abs-fontsize #10
            \column{
                \halign #-1.3 "D.C."
                \concat{ "sin'al   " \raise #0.8  \musicglyph #"scripts.ufermata" }
            }
        }
        s1
    }
    \new staff { c''1 s1}
>>
%%%%%%%%%%% END LILY CODE SNIPPET

reply via email to

[Prev in Thread] Current Thread [Next in Thread]