lilypond-user
[Top][All Lists]
Advanced

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

Re: remove beginning rests of voice two for rehearsal midi


From: Federico Bruni
Subject: Re: remove beginning rests of voice two for rehearsal midi
Date: Thu, 20 Feb 2014 19:09:57 +0100

I think that the reply is the same: use \tag
I couldn't find any other solution on the LSR or -user arhives.

\compressFullBarRests is effective only on the PDF, while the midi will play all the rests.



2014-02-20 18:54 GMT+01:00 MING TSANG <address@hidden>:
Hi,
Sorry. I have additional question.

In the middle of alto voice, there are 20 full bar rests, How can I generate alto rehearsal midi not to include 19 full bars, leaving 1 full bar only.  This way when practise alto, one do not need to wait for 19 full bar rests.

Emmanuel,
Ming


On Thursday, February 20, 2014 12:25:50 PM, MING TSANG <address@hidden> wrote:
Hi, lilyponders:
I have a choir SA-TB with piano.  I can generate midi for voices. 

Alto (voiceTwo} has many rests at the beginning. When generate rehearsal midi of alto, it contains all those rests. How can I generate alto midi without rests (or just 1 full bar rest) without deleting all the rests in the lily code?

Here is the code :
\version "2.19.2"
alto = \relative c'' {
\repeat unfold 8 { r1 }
c4 d c d c2 d2 a8 a8 b2.
}
\score {
\new ChoirStaff <<
\new Staff \with { }
<<
\new Voice = "alto" { \voiceTwo \alto }
>>
>>
\midi {}
}
%% end of lily code



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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