Talk:Automatically display key names above key signatures: Difference between revisions
Add topicAppearance
Latest comment: 22 February by Ksnortum in topic Avoid key cancellation signs?
| Line 5: | Line 5: | ||
: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) | ::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) | ||
:::I made the change to the page and I think it looks better. [[User:Ksnortum|Ksnortum]] ([[User talk:Ksnortum|talk]]) 20:28, 22 February 2026 (UTC) | |||
Latest revision as of 20:28, 22 February 2026
Avoid key cancellation signs?
[edit source]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)
- 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)- I tested it,
\set Staff.printKeyCancellation = ##fkilled the engraver, too. Manuela (talk) 16:58, 22 February 2026 (UTC)- I made the change to the page and I think it looks better. Ksnortum (talk) 20:28, 22 February 2026 (UTC)
- I tested it,