I have one line of solo and then ChoirStaff with 2 staves. I don't want the
first line to be a two-starves line with many rests in other voices. So, i
created two \score:

\score  {
  \new Staff   <<
    \new Voice = "Soloi"  { ... one line of solo Music ... }
    \new Lyrics \lyricsto "Soloi"  { \soloWords }
  >>
}

\score {
  \new ChoirStaff
    % choir staves and lyrics
}

But the first line is short then. How to stretch it to the width as the
ChoirStaff? Or can i write all in one "score" context?
-- 
View this message in context: 
http://www.nabble.com/stretching-horizontally-tp22537019p22537019.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

Reply via email to