Phil,
Thanks - worked it out!
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-------------------------
Tuesday, November 29, 2016, 12:17:25 PM, you wrote:
Try following the links I gave. It shows how to do markup in boxes.
--
Phil Holmes
----- Original Message -----
From: Peter Toye
To: Phil Holmes ; lilypond-user@gnu.org
Sent: Tuesday, November 29, 2016 12:11 PM
Subject: Re: Is there any way of getting multiple rehearsal marks?
Phil,
Thanks. That's pretty good. Having them in boxes would be nice but not
necessary. I'll stick with what you've given me.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-------------------------
Tuesday, November 29, 2016, 11:38:55 AM, you wrote:
Not sure if this is what you want, but is a simple way:
\relative c'' {
c1 |
c \mark \markup \center-column { "A" " " "B" } |
c
}
See
http://lsr.di.unimi.it/LSR/Item?id=735
and
http://lsr.di.unimi.it/LSR/Item?id=736
--
Phil Holmes
----- Original Message -----
From: Peter Toye
To: lilypond-user@gnu.org
Sent: Tuesday, November 29, 2016 10:58 AM
Subject: Is there any way of getting multiple rehearsal marks?
I an trying to typeset a score with two different rehearsal mark sequences. The
snippet below gives interesting results! Not only the error messages:
D:/Peter/Music/Lilypond/Bugs/Fingering font.ly:9:22: warning: Two simultaneous
mark events, junking this one
c1| \mark #20
\mark "A" c | \mark "B" \mark #21
D:/Peter/Music/Lilypond/Bugs/Fingering font.ly:9:12: warning: Previous mark
event here
c1|
\mark #20 \mark "A" c | \mark "B" \mark #21
D:/Peter/Music/Lilypond/Bugs/Fingering font.ly:9:46: warning: Two simultaneous
mark events, junking this one
c1| \mark #20 \mark "A" c | \mark "B"
\mark #21
D:/Peter/Music/Lilypond/Bugs/Fingering font.ly:9:36: warning: Previous mark
event here
c1| \mark #20 \mark "A" c |
\mark "B" \mark #21
... but also the result. The first one seems to conflate the alphabetic mark
with the numeric value, which is decidedly odd IMHO.
\version "2.18.2"
\language "english"
\score {
\new Staff
{
\clef treble
\relative c'' {
c1| \mark #20 \mark "A" c | \mark "B" \mark #21 c
}
}
}
Regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user