lilypond-user
[Top][All Lists]
Advanced

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

Simultaneous rehearsal marks and staff spacing


From: Nick Payne
Subject: Simultaneous rehearsal marks and staff spacing
Date: Fri, 17 Aug 2012 17:04:04 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

If I use the first method shown in the LSR for putting two simultaneous rehearsal marks above and below the staff ( http://lsr.dsi.unimi.it/LSR/Item?id=735), but it has the ugly side effect of increasing the spacing above that stave compared to the normal spacing. Is there any way to use this method without affecting the staff spacing?

\version "2.15.43"

\paper {
    #(set-paper-size "a5")
}

\relative c'{
    \repeat unfold 60 { c4 }
    \once\override Score.RehearsalMark #'extra-offset = #'(0 . -9)
    \once\override Score.RehearsalMark #'baseline-skip = #11
    \once\override Score.RehearsalMark #'self-alignment-X = #RIGHT
    \mark\markup\normalsize\right-column { \musicglyph #"scripts.segno" "Menuetto D.C." }

}

Attachment: test.png
Description: PNG image


reply via email to

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