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

Reply via email to