lilypond-user
[Top][All Lists]
Advanced

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

Re: Is there any way of getting multiple rehearsal marks?


From: Peter Toye
Subject: Re: Is there any way of getting multiple rehearsal marks?
Date: Tue, 29 Nov 2016 12:11:31 +0000

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:address@hidden
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: address@hidden
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:address@hidden
www.ptoye.com

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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