Francisco Vila wrote:
2009/6/17 Federico Bruni <brunol...@gmx.com>:
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 >>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user