lilypond-user
[Top][All Lists]
Advanced

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

Re: Fermata above and below bar line generates warnings


From: Jeffery Shivers
Subject: Re: Fermata above and below bar line generates warnings
Date: Sat, 25 Feb 2017 17:02:15 -0500

On Sat, Feb 25, 2017 at 4:42 PM, Knute Snortum <address@hidden> wrote:
> 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:
>

What warnings? Without sharing that info, (1) you are expecting us to
compile it ourselves (not a big hurdle, but potentially a redundant
one which may prevent people who are away from their workstations from advising)
and (2) nobody can know if you are getting a unique warning.

> 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" }
>     }
>   >>
> }
>

Oftentimes searching the web or specifically the LP archives will lead
to past threads in which others have already encountered/debugged
the same problem.

I *strongly* suggest googling this issue yourself first - particularly
if there is a line or two in the log that start with "warning: ...".

-- 

Jeffery Shivers
 jefferyshivers.com
 soundcloud.com/jefferyshivers



reply via email to

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