bug-lilypond
[Top][All Lists]
Advanced

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

KeyCancellation does not respond to break-visibility


From: Daniel Johnson
Subject: KeyCancellation does not respond to break-visibility
Date: Wed, 10 Jan 2007 23:42:01 -0800
User-agent: Thunderbird 2.0b1 (X11/20061219)

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 %%%

PNG image


reply via email to

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