lilypond-user
[Top][All Lists]
Advanced

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

Re: key change with repeat bar


From: Kieren MacMillan
Subject: Re: key change with repeat bar
Date: Tue, 22 Aug 2006 10:09:10 -0400

Hi, Nigel:

I had forgotten to say that there was also a piano part in the full score; but adding the same command to the relevant place (before the key change)
in the left and right hand parts dealt with that too.

Just a suggestion... If you keep all key changes, time changes, etc., in an identifier (variable), then you can insert such fixes only once -- e.g.,

global =
{
        \time blah
        \commandToFixSpacing \key blah
        \bar "|."
}

singerStuff =
{
        suchandsuch
}

pianoRH = { soandso }
pianoLH = { xyzpdq }

\score
{
        \new GrandStaff
        <<
                \new Staff << \global \singerStuff >>
                \new PianoStaff
                <<
                        \new Staff << \global \pianoRH >>
                        \new Staff << \global \pianoLH >>
                >>
        >>
}

Best regards,
Kieren.





reply via email to

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