Page 1 of 1

How to specify multiple voicings?

Posted: 29 Nov 2008 16:22
by Cdalitz
I have noticed that it is possible to specify multiple languages for one piece (e.g. when the piece is available in different translations) with the magic

Code: Select all

{{Language|2|German|English}}
Is there something similar for specifying voicings (e.g. when a piece has alternative versions for SATB and TTB)?

Chris

Re: How to specify multiple voicings?

Posted: 02 Dec 2008 14:17
by CHGiffen
Yes! I recently implemented Template:MultiVoicing precisely for the purpose of handling such situations. For the example you cite, the code would be:

{{MultiVoicing|v=3,4|n=2|1st=TTB|2nd=SATB}}

which would produce:

Number of voices: 3, 4vv. Voicings: TTB and SATB

For more comprehensive examples see the documentation included on the template page. Other examples of its usage may be found on the following ChoralWiki pages: The last of these involves four different numbers of voices and a total of six specific voicings!

I hope this helps.

Chuck

Re: How to specify multiple voicings?

Posted: 02 Dec 2008 19:23
by Cdalitz
Works great! Thanks,

Chris