lilypond-user
[Top][All Lists]
Advanced

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

Fermata above and below bar line generates warnings


From: Knute Snortum
Subject: Fermata above and below bar line generates warnings
Date: Sat, 25 Feb 2017 13:42:43 -0800

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)

reply via email to

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