lilypond-user
[Top][All Lists]
Advanced

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

Re: two simultaneous marks


From: James E. Bailey
Subject: Re: two simultaneous marks
Date: Fri, 12 Dec 2008 00:16:57 +0100

Thanks, I'm pretty good with markup, but not good enough to come up with this on my own. Now, to the more important issue, is there somewhere listed what the font settings for the rehearsal marks are? I'd like this one to look like all the others.

Am 11.12.2008 um 17:36 schrieb Mats Bengtsson:

Well, one trick is to draw both marks as a single markup command with a sufficiently large vertical separation, and then move it downwards so that the upper mark appears above the
staff and the lower one below. Example:

\version "2.10.0"
\relative c'{ c d e f
 \once \override Score.RehearsalMark #'extra-offset = #'(0 . -9)
 \once \override Score.RehearsalMark #'baseline-skip = #9
 \mark \markup \column{\box A
                       \italic fine }
 g f e d | c1 |
}

  /Mats


james wrote:
Hello, I'd like to have two simultaneous marks, "fine" under the staff and a rehearsal letter above the staff. I've found http:// lists.gnu.org/archive/html/lilypond-user/2008-04/msg00492.html which suggests I split all of the music after the fine into a coda section with a \stopStaff \startStaff, and I'm not really fond of that idea. Is there another way of getting two marks to print at the same time?






reply via email to

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