[Top][All Lists]
[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: |
Fri, 28 Jan 2005 12:10:20 +0100 |
User-agent: |
KMail/1.7.1 |
On Thursday 27 January 2005 08.41, Graham Percival wrote:
> On 26-Jan-05, at 2:04 AM, Erik Sandberg wrote:
> > 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?
>
> Added to CVS.
>
> However, I'd call this a bug in LilyPond itself, not just the docs.
I'd say it's a feature request. The current behaviour is perfectly logical but
sometimes a bit impractical.
I added it to the repository as a feature request.
Erik
> Consider
> this simple example:
>
> \version "2.4.2"
> {
> %\override Score.RehearsalMark #'break-visibility =
> #begin-of-line-invisible
> c'1 \mark Blah
> }
>
> Without the manual override, "Blah" won't get printed at all. It
> should be
> possible for LilyPond to check if there *is* a new staff line before
> deciding
> not to print "Blah" at the end of the current staff line. Could we add
> this
> to the bugs database?