lilypond-user
[Top][All Lists]
Advanced

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

Is there any way of getting multiple rehearsal marks?


From: Peter Toye
Subject: Is there any way of getting multiple rehearsal marks?
Date: Tue, 29 Nov 2016 10:58:44 +0000

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
reply via email to

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