Re: Adding a staff in the middle of a piece

2008-10-28 Thread Martin Frankland
\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

Re: Adding a staff in the middle of a piece

2008-10-28 Thread Martin Frankland
; 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

Re: Adding a staff in the middle of a piece

2008-10-27 Thread Mats Bengtsson
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

Re: Adding a staff in the middle of a piece

2008-10-27 Thread Marek Klein
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

Re: Adding a staff in the middle of a piece

2008-10-27 Thread Martin Frankland
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

Re: Adding a staff in the middle of a piece

2008-07-11 Thread James E. Bailey
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

Re: Adding a staff in the middle of a piece

2008-07-11 Thread Bertalan Fodor (LilyPondTool)
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/

Adding a staff in the middle of a piece

2008-07-11 Thread 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. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user