Re: Lyrics in divided voices

2014-02-23 Thread Phil Holmes
- Original Message - From: "Hlolli" To: Sent: Sunday, February 23, 2014 12:50 PM Subject: Lyrics in divided voices Hi, Im writing for a choir and Im diving the basses. << {as8^"div a 2" f f f( e4)} \\ {f8 c c c( c4)} In the score the notes are just

Lyrics in divided voices

2014-02-23 Thread Hlolli
4)} %\\ remove the "\\" sign {f8 c c c( c4)} >> The lyrics work. But the noteheads are connected, I think it's better for singers to read divided noteheads rather than combined. Can someone suggest me a solution to this? -- View this message in context: http://lilypond.1

Re: Divided voices

2010-01-20 Thread Patrick Horgan
Bertalan Fodor (LilyPondTool) wrote: It is important for the same voices to remain in the same Voice context. So if you have this: \new Voice = "soprano" { c8 d e } and you want to go to S1 and S2, you should use this construct: \score { \new Staff { \new Voice = "soprano" \re

Re: Divided voices

2010-01-20 Thread Bertalan Fodor (LilyPondTool)
Or as I just found out, you can override the Voice naming of "1" and "2", with \score { \new Staff { \new Voice = "soprano" \relative c' { c8 d e( << \context Voice = "soprano" { f) } \\ { d } >> } } } In this case you don't need the explicite voice set up for the temporary part. Bertalan Fo

Re: Divided voices

2010-01-20 Thread Bertalan Fodor (LilyPondTool)
It is important for the same voices to remain in the same Voice context. So if you have this: \new Voice = "soprano" { c8 d e } and you want to go to S1 and S2, you should use this construct: \score { \new Staff { \new Voice = "soprano" \relative c' { \voiceOne c8 d e( << { f) } \new Voice =

Re: Divided voices

2010-01-20 Thread David Kastrup
northofscotland writes: > I have a question about the best way to produce music when it divides > for maybe only a few bars in a piece. I often come across this when > setting SATB vocal works. Straight forward SATB with a single voice > to a line is simple enough, but I am struggling to find a

Divided voices

2010-01-20 Thread northofscotland
have a simple solution. Published music and the products of eg Sibelius seem to readily produce such results. Any ideas? Thanks -- View this message in context: http://old.nabble.com/Divided-voices-tp27240308p27240308.html Sent from the Gnu - Lilypond - User mailing list