bug-lilypond
[Top][All Lists]
Advanced

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

Re: KeyCancellation does not respond to break-visibility


From: Mats Bengtsson
Subject: Re: KeyCancellation does not respond to break-visibility
Date: Thu, 11 Jan 2007 10:05:37 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Sorry! Forgot about what I wrote. What you show in your example looks
like a plain bug, which seems to have existed at least since version 2.8.

  /Mats

Mats Bengtsson wrote:
Did you read the section on Key Signatures in the ordinary manual?

  /Mats

Daniel Johnson wrote:
When a key change occurs at a line break, in many (most?) editions the key is cancelled at the end of the first line, and not at the beginning of the subsequent line. According to the Fine Manual, this is supposed to be the default behaviour (I'm looking at lilypond-internals/KeyCancellation.html). No matter what setting I change Staff.KeyCancellation '#break-visibility to, the output doesn't seem to change. I keep seeing the cancellation naturals at the beginning of the second line.

If there's something obvious here that I'm missing, perhaps the documentation could be clarified; but it looks pretty clear to me.

%%% BEGIN LILYPOND EXAMPLE %%%
\version "2.10.10"
\paper {
   ragged-right = ##t
   indent = 0\in
   tagline = ""
}
\score {
   \new Staff { \key ees \major c'1 \key f \major \break c'1 }
   \layout {
\context { \Staff \override KeyCancellation #'break-visibility = #begin-of-line-invisible }
   }
}
%%% END LILYPOND EXAMPLE %%%

------------------------------------------------------------------------

------------------------------------------------------------------------

_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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