> ---------- Forwarded message ---------- > From: [email protected] > To: [email protected] > Cc: > Bcc: > Date: Tue, 07 Nov 2017 16:54:12 +0000 > Subject: Transposing an entire score > I have a piece of choral music written in 7 parts. It's around 80 bars > long. > It's in the key of F major, which is too low for my choir. > I'd like to transpose it up 3 semitones to A flat major. > I'm new to Lilypond and the syntax gives me nightmares. I read the > manual's section on transposing and now have a headache. > Please could someone either give me an idiot's guide to how to do this, or > amend the enclosed. > > Looks like all you'll need to do is change one file: parts/01-ego_flos_campi.ly
replace all instances of "\relative" with "\transpose a, c \relative"
For example,
quintaParsIincipit = \transpose a, c \relative c' {
\time 2/2
\clef "petrucci-c1"
\key f \major
f1
}
I've attached such a version of that file.
HTH,
David Elaine Alt
415 . 341 .4954 "*Confusion is
highly underrated*"
[email protected]
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
01-ego_flos_campi-transposed.ly
Description: Binary data
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
