lilypond-user
[Top][All Lists]
Advanced

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

Vertical positioning of rehearsal mark and repeat alternative


From: Nick Payne
Subject: Vertical positioning of rehearsal mark and repeat alternative
Date: Sat, 11 Aug 2012 16:13:05 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

With a rehearsal mark on the barline that ends a repeat alternative, how do I position the mark immediately above the barline and below the volta bracket? I've tried playing around with the outside-staff-priority of various objects such as VoltaBracket, TextScript, and RehearsalMark without being able to move the mark below the bracket.

\version "2.15.42"
\relative c'' {
    \repeat volta 2 { c1 c }
    \alternative {
        { c }
        { c    }
    }
    \mark\markup\normalsize { \musicglyph #"scripts.coda" }
    c
}




reply via email to

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