Jump to content

Talk:Automatically display key names above key signatures: Difference between revisions

From LilyPond wiki
Latest comment: 22 February by Manuela in topic Avoid key cancellation signs?
Manuela (talk | contribs)
Line 4: Line 4:


:I think removing the key cancelation is best done with <code>\set Staff.printKeyCancellation = ##f</code>, but that's my opinion. [[User:Ksnortum|Ksnortum]] ([[User talk:Ksnortum|talk]]) 20:54, 21 February 2026 (UTC)
:I think removing the key cancelation is best done with <code>\set Staff.printKeyCancellation = ##f</code>, but that's my opinion. [[User:Ksnortum|Ksnortum]] ([[User talk:Ksnortum|talk]]) 20:54, 21 February 2026 (UTC)
::I tested it, <code>\set Staff.printKeyCancellation = ##f</code> killed the engraver, too. [[User:Manuela|Manuela]] ([[User talk:Manuela|talk]]) 16:58, 22 February 2026 (UTC)

Revision as of 16:58, 22 February 2026

Avoid key cancellation signs?

Wouldn't it be better to cancel the KeyCancellation objects? Add \override KeyCancellation.break-visibility = #all-invisible to the layout statement. Another suggestion is to alter the engraver so that the notes do not start after the complete text, analog to \textLengthOff Manuela (talk) 10:20, 21 February 2026 (UTC)Reply

I think removing the key cancelation is best done with \set Staff.printKeyCancellation = ##f, but that's my opinion. Ksnortum (talk) 20:54, 21 February 2026 (UTC)Reply
I tested it, \set Staff.printKeyCancellation = ##f killed the engraver, too. Manuela (talk) 16:58, 22 February 2026 (UTC)Reply