Thank you.
On 7/4/2016 2:46 PM, Kevin Barry wrote:
\undo \omit Staff.KeySignature
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
\undo \omit Staff.KeySignature
On 4 July 2016 at 20:42, Br. Gabriel-Marie | SSPX wrote:
> How do I undo this?
>
> \omit Staff.KeySignature
>
> Say I set it at the start of the score, how do I re-instate it later?
>
> signature = { \time 4/4 \key b \major }
> verse
How do I undo this?
\omit Staff.KeySignature
Say I set it at the start of the score, how do I re-instate
it later?
signature = { \time 4/4 \key b \major }
verses = \new Voice = "verses" \relative c' {
\signature
fs4 \omit Staff.KeySignature b4 b4 ...
\break
}
chorus = \new Voice