Am Sa., 27. Juli 2019 um 18:29 Uhr schrieb Patrick Karl <jpk...@gmail.com>:

> I'm running LIlyPond 2.19.81 on a Mac desktop running OSX 10.11.6.
>
> I'm confused about the warnings generated by the following snippet:
>
> \version "2.19.81" \score {     \new GrandStaff <<         \new Staff  {
>             c'1\bar "|." \mark\markup { \musicglyph #"scripts.ufermata" } }
>         \new Staff \with { \consists "Mark_engraver" }  {             d'1
> \override Staff.RehearsalMark #'direction = #DOWN \mark
> \markup { \musicglyph #"scripts.dfermata" } }     >> }
>
> Compiling this snippet throws the following Warnings: [...]
>
> It doesn't look like the second rehearsal mark was junked at all. In fact,
> the output looks just like I hoped.
>
> Per default, Mark_engraver is in Score-context. You didn't remove it from
there, thus LilyPond sees two simultaneous RehearsalMarks in Score and
complains. All as it should be.
NB Simply adding the engraver to a Staff does not change the situation in
Score.

Your code is based on a LSR-snippet, you may try some of the others dealing
with simultaneous RehearsalMarks.
Or probably suppress the warning.


Cheers,
  Harm
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to