\partCombine with \quoteDuring

2020-06-21 Thread Paul Scott
Here is the first step in solving a more complex score with rest 
position concerns:


Why is the \quoteDuring note missing?

\version "2.21.2"

obNotes = \relative{ R1 c'1 }
\addQuote qob \obNotes

\score{
  \partCombine
  \relative{ r4 d''2. e1 }
  \relative{ r4 fis'2. \quoteDuring qob s1 }
}


TIA for any ideas,

Paul





Re: partcombine and quoteDuring

2014-01-15 Thread Alex Loomis
In addition to the problem Mogens described, the first B is marked Solo
when \partcombine should be marking it a2.


On Mon, Jan 13, 2014 at 1:05 PM, Mogens Lemvig Hansen mog...@kayju.comwrote:

  Hi,

 With the first version of voiceB below I get “ warning: ignoring too many
 clashing note columns”
 The second version works as expected.  The difference seems to be whether
 the quoted music begins with a rest.
 Bug?

 \version 2.18.0
 voiceA = \relative c'' { e4 d r b a b  }
 \addQuote A { \voiceA }
 voiceB = \relative c'' { g a   \quoteDuring #A { s2 } f4 b }
 voiceB = \relative c'' { g a r \quoteDuring #A { s4 } f4 b }
 \score { \partcombine \voiceA \voiceB }


 Regards,
 Mogens



 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: partcombine and quoteDuring

2014-01-15 Thread Alex Loomis
And also, with the first version the rest disappears.


On Wed, Jan 15, 2014 at 8:11 PM, Alex Loomis thebluemusic...@gmail.comwrote:

 In addition to the problem Mogens described, the first B is marked Solo
 when \partcombine should be marking it a2.


 On Mon, Jan 13, 2014 at 1:05 PM, Mogens Lemvig Hansen mog...@kayju.comwrote:

  Hi,

 With the first version of voiceB below I get “ warning: ignoring too many
 clashing note columns”
 The second version works as expected.  The difference seems to be whether
 the quoted music begins with a rest.
 Bug?

 \version 2.18.0
 voiceA = \relative c'' { e4 d r b a b  }
 \addQuote A { \voiceA }
 voiceB = \relative c'' { g a   \quoteDuring #A { s2 } f4 b }
 voiceB = \relative c'' { g a r \quoteDuring #A { s4 } f4 b }
 \score { \partcombine \voiceA \voiceB }


 Regards,
 Mogens



 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: partcombine and quoteDuring

2014-01-15 Thread Kieren MacMillan
Hi all,

Let’s just admit that \partcombine needs a fair bit of work…

Much like Janek’s Google Summer of Code Lyric Project, there are probably a 
dozen features/fixes that would fit under GUPPY — that’s Grand Unified 
Partcombine Project, Yo!” — including:
1. arbitrary voice count;
2. line- and/or page-break reminders;
3. automatic end-of-staff expansion/contraction arrows;
etc. etc. etc.

Even having #2 and #3 would make my engraving life significantly easier.

Best regards,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


partcombine and quoteDuring

2014-01-13 Thread Mogens Lemvig Hansen
Hi,


With the first version of voiceB below I get “ warning: ignoring too many 
clashing note columns”

The second version works as expected.  The difference seems to be whether the 
quoted music begins with a rest.

Bug?


\version 2.18.0
voiceA = \relative c'' { e4 d r b a b  }
\addQuote A { \voiceA }
voiceB = \relative c'' { g a   \quoteDuring #A { s2 } f4 b }
voiceB = \relative c'' { g a r \quoteDuring #A { s4 } f4 b }
\score { \partcombine \voiceA \voiceB }




Regards,

Mogens___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user