bug-lilypond
[Top][All Lists]
Advanced

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

Re: [doc] Fermata sign on the last bar division not printed


From: Erik Sandberg
Subject: Re: [doc] Fermata sign on the last bar division not printed
Date: Wed, 26 Jan 2005 11:04:08 +0100
User-agent: KMail/1.7.1

Graham,

The manual (section suggested by Mats) says:

In the case of a line break, marks must also be printed at the end of the 
line, and not at the beginning. Use the following to force that behavior

\override Score.RehearsalMark
  #'break-visibility = #begin-of-line-invisible

which I find hard to understand. What it means, is that marks that occur on a 
line break are typeset at the second line unless that override is done. Could 
you write that in nice English?

Erik

On Wednesday 26 January 2005 09.28, Sebastiano Vigna wrote:
> Dear developers,
> I don't know if this is a bug or my inability to scan through the
> manual, but
>
> \score {
>
>            \context Staff = upper {
>     \time 2/2
>        \key c \major
>     \relative c' {
>        c c c c \mark \markup { \musicglyph #"scripts-ufermata" }
>     }
>
>     }
>     \layout{ raggedlast= ##t }
> }
>
> won't print the fermata sign on the last bar line. Any workaround would
> be appreciated--I couldn't come up with one.




reply via email to

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