Re: Typesetting bug(?) - polyphony + lyrics + \times 2/3 + \oneVoice = breakage

2011-07-11 Thread Kieren MacMillan
Hi Peter, > Hm... I'm not sure if I completely understand you Something like this: \version "2.14.1" \paper { ragged-right = ##f } global = { \key c \major \time 2/4 } sopranoNotes = \relative c'' { << { \voiceTwo \times 2/3 { a4 a a } } \context Voice = "sopranoOneVoice" { \voiceO

Re: Typesetting bug(?) - polyphony + lyrics + \times 2/3 + \oneVoice = breakage

2011-07-11 Thread Peter Wright
Hi Kieren, On 10/07 14:35:27, Kieren MacMillan wrote: > > Unfortunately I don't think it helps with my real problem though, > > which is that I want to keep on having sections with a "new" > > sopranoOneVoice followed by unison sections, etc... and I don't > > think it's possible to do that and s

Re: Typesetting bug(?) - polyphony + lyrics + \times 2/3 + \oneVoice =breakage

2011-07-10 Thread Phil Holmes
- Original Message - From: "Peter Wright" To: Sent: Sunday, July 10, 2011 1:15 PM Subject: Typesetting bug(?) - polyphony + lyrics + \times 2/3 + \oneVoice =breakage Hi all, I've run into a problem typesetting a choral piece, and was wondering if anyone could

Re: Typesetting bug(?) - polyphony + lyrics + \times 2/3 + \oneVoice = breakage

2011-07-10 Thread Peter Wright
Hi Kieren, On 10/07 08:45:34, Kieren MacMillan wrote: > Hi Peter, > > Don't know what's causing the issue here, but I believe this version > of your snippet does what you want: [ snip ] Ha! Well, I can't deny it does seem to avoid the problem demonstrated by my original example, though I must a

Re: Typesetting bug(?) - polyphony + lyrics + \times 2/3 + \oneVoice = breakage

2011-07-10 Thread Kieren MacMillan
Hi Peter, Don't know what's causing the issue here, but I believe this version of your snippet does what you want: \version "2.14.1" global = { \key c \major \time 2/4 } sopranoNotes = \relative c'' { << { \voiceTwo \times 2/3 { a4 a a } } \new Voice = "sopranoOneVoice" { \voiceOne

Typesetting bug(?) - polyphony + lyrics + \times 2/3 + \oneVoice = breakage

2011-07-10 Thread Peter Wright
Hi all, I've run into a problem typesetting a choral piece, and was wondering if anyone could either confirm whether this is (or isn't) a bug in Lilypond. I'd also very much appreciate it if anyone could suggest a better workaround than the one I'm currently using. :-) I've generated a minimal e

Re: Polyphony lyrics

2005-12-12 Thread Mats Bengtsson
Probably since the Voice context "1" created for the c, dies directly after that note, since there are no more events directly following the c. Then when the g appears, a new Voice context with the same name is created but since the earlier one with a same name has already been removed, you actual

Re: Polyphony lyrics

2005-12-12 Thread Erik Sandberg
Citerar Don Blaheta <[EMAIL PROTECTED]>: > If I compile the following in 2.6.4, I get---as expected---one column > under the third note with "p" and "s". However, I *don't* get > *anything* under the sixth note (where I would expect "q" and "t"). > Why? > > \score {<< > \context Voice = "f

Polyphony lyrics

2005-12-12 Thread Don Blaheta
If I compile the following in 2.6.4, I get---as expected---one column under the third note with "p" and "s". However, I *don't* get *anything* under the sixth note (where I would expect "q" and "t"). Why? \score {<< \context Voice = "foo" { a b << c \\ d >> e f << g \\ a >> b c } \new L