lilypond-user
[Top][All Lists]
Advanced

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

Re: MIDI export: \partial measure and volta repeats


From: Federico Bruni
Subject: Re: MIDI export: \partial measure and volta repeats
Date: Wed, 17 Jun 2009 18:25:28 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090318)

Francisco Vila wrote:
2009/6/17 Federico Bruni <address@hidden>:
But what about the starting partial measure?
*How can I tell in the midi score section: "hey, substitute the \partial in
the first measure with a rest"?*

If I can set this variable, I can remove the voices I wrote specifically for
the MIDI.
And my score would get back to normal size :)

You define a variable for the upbeat measure twice. Once with partial
for the printed score, once with rests for the MIDI. Then put the
appropriate variable in sequence with the rest of the music,
separately for each score section. I'll bake a working example if it
is not clear.


An example would be very useful..

I don't know hot to add the two new variables in sequence with the rest of the music.

I tried to define them this way, but I guess there's something wrong with polyphony:

beatpartial= \relative c'   {
        << \partial  4  e8  fs-4  >>
        << \partial  4  g,8-3  fs-3  >>
}
        
beatrests= \relative c'   {
        << s2.  e8 fs-4   >>  <<  s2.  g,8-3  fs-3  >>
}




reply via email to

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