\new Staff = solo \relative c'' {g8 c g f e g e d | c1 | }
> >>
> }
> }
>
>
> (C) Yet another alternative is to just introduce the additional staves
> at the point in the score where they should first appear:
> \score{
> { \new Staff = soprano \relativ
; The pdf output is what I want, but the midi is missing the intro. Note
>> that
>> the following:
>>
>> \score {
>> \ChoirIntro
>> \layout{}
>> \midi{}
>> }
>>
>> \score {
>> << \Soli \Choir >>
>> \layout{}
>> \midi{}
>> }
>>
>> outputs the right pdf, but two separate midi files, which is not what I
>> want.
>>
>> Any help would be much appreciated! My code was compiled with version
>> 2.10.33.
>>
>> --
>> Martin Frankland
>>
>
>
--
View this message in context:
http://www.nabble.com/Adding-a-staff-in-the-middle-of-a-piece-tp18400468p20202408.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Martin Frankland wrote:
I have the same problem. I have an SATB choir with female and male soloists
on top. I'd like to start the soloists' staffs after the choral intro.
Everything I've tried so far hasn't worked:
2. The Frenched score using \RemoveEmptyStaffContext doesn't work for me
since t
If output of two score blocks is what you want, you can obtain correct
midi file like this (third score block for midi only):
\score {
\ChoirIntro
\layout{}
}
\score {
<< \Soli \Choir >>
\layout{}
}
\score {
{
\ChoirIntro
<< \Soli \Choir >>
}
\midi{}
}
--
Marek Klein
http://gregoriana.sk
dd one more some measures later?
>>
>> Thank you
>> F.
>
> There are several ways, you can use \stopStaff and \startStaff or
> search the manuals for frenched score
>
>
--
View this message in context:
http://www.nab
Am 09.07.2008 um 17:07 schrieb Francesco Spiga:
I'm sorry for my telegraph-style question: is it possible to start a
piece with, e.g. 3 staves ad add one more some measures later?
Thank you
F.
There are several ways, you can use \stopStaff and \startStaff or
search the manuals for french
Yes.
Francesco Spiga wrote:
I'm sorry for my telegraph-style question: is it possible to start a
piece with, e.g. 3 staves ad add one more some measures later?
Thank you
F.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/
I'm sorry for my telegraph-style question: is it possible to start a
piece with, e.g. 3 staves ad add one more some measures later?
Thank you
F.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user