lilypond-user
[Top][All Lists]
Advanced

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

Re: Minuet and Trio


From: Marc Hohl
Subject: Re: Minuet and Trio
Date: Fri, 30 Dec 2011 15:48:25 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111109 Thunderbird/3.1.16

Am 30.12.2011 13:06, schrieb Peter Gentry:

Seasonal greetings.

[...]

However when it comes to the classical Minuet and Trio form I am stumped. Is it possible to produce all the various repeats in a Midi file with the final minuet played without repeats to “fine”.

So far I am stumped – my fault I am sure. I would dearly like to know if I should pursue this goal or abandon the quest at the outset.


What about defining

minuet = \relative f{
c4 d e2
}

firstVolta = \relative f {
g1
}


secondVolta = \relative f {
g2 g
}

trio = \relative f {
e2 d4 c
}

and set a \midi-block with

\minuet \firstVolta
\minuet \secondVolta
\trio
\minuet \secondVolta

while the score will be something like

\repeat volta 2 { \minuet }
\alternative { { \firstVolta } {\secondVolta } }
\trio

Lilypond doesn't support things like minuets, Da Capo, Dal Segno and Coda
stuff - yet.

HTH,

Marc






reply via email to

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