lilypond-user
[Top][All Lists]
Advanced

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

Re: Transposing an entire score


From: Simon Albrecht
Subject: Re: Transposing an entire score
Date: Tue, 7 Nov 2017 22:25:15 +0100

On 07.11.2017 20:13, Flaming Hakama by Elaine wrote:
Looks like all you'll need to do is change one file:
parts/01-ego_flos_campi.ly <http://01-ego_flos_campi.ly>

replace all instances of  "\relative" with "\transpose a, c \relative"

Why? That would only make sense if you used the same variables in different scores and wanted to transpose all of them – even then you should certainly use a variable:
newTonic = as
\transpose f \newTonic \relative { … }

But if that’s not the case (which it rarely is), the duplication is totally uncalled for.

Best, Simon



reply via email to

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