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: MING TSANG
Subject: Re: remove beginning rests of voice two for rehearsal midi
Date: Thu, 20 Feb 2014 09:54:47 -0800 (PST)

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



reply via email to

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