The following code produces the correct output of fermatas above and below
the bar line, but it also emits warnings.  Is there another way to do this
without warnings, or can the warnings be suppressed?  I got this code from:

http://lsr.di.unimi.it/LSR/Snippet?id=10

\version "2.19.55"

\score {
  \new GrandStaff <<
    \context Staff = one {
      c'1 \bar "|."
      \override Score.RehearsalMark.break-visibility =
#begin-of-line-invisible
      \mark \markup { \musicglyph #"scripts.ufermata" }
    }
    \context Staff = two \with { \consists "Mark_engraver" } {
      c'1
      \override Staff.RehearsalMark.direction = #DOWN
      \mark \markup { \musicglyph #"scripts.dfermata" }
    }
  >>
}

---
Knute Snortum
(via Gmail)
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to