Re: 2.25.15 quotedCueEventTypes

2024-05-10 Thread Xavier Scheuer
On Wed, 8 May 2024 at 19:35, Paul Scott  wrote:
>
> Yes.  Does one of those include phrasing slurs?

Hello,

For phrasing slurs you need to add phrasing-slur-event to the list.

FYI the default value of quotedCueEventTypes is in IR 2.1.31 Score
https://lilypond.org/doc/v2.25/Documentation/internals/score

And the list of events (music classes) in IR 1.2 Music classes
https://lilypond.org/doc/v2.25/Documentation/internals/music-classes

For documentation first look in NR, then IR and if you still find nothing
in the sources (ly or scm files first).

Kind regards,
Xavier


Re: 2.25.15 quotedCueEventTypes

2024-05-08 Thread Paul Scott


On 5/8/24 10:02 AM, Paul Scott wrote:


Thank you. Yes.

From the NR is it true that I only need this for \cueDuring but not 
for \quoteDuring?


Paul

On 5/8/24 9:36 AM, Pierre-Luc Gauthier wrote:

  \set Score.quotedCueEventTypes = #'(
                                       tuplet-span-event
                                       note-event
                                       articulation-event
                                       crescendo-event
                                       rest-event
                                       slur-event
                                       dynamic-event
 multi-measure-rest-event
                                       tie-event
                                       repeat-tie-event
                                       beam-event
                                       tremolo-event
                                       )

Does that help ?


Yes.  Does one of those include phrasing slurs?

Paul




Le mer. 8 mai 2024, à 12 h 31, Paul Scott  a 
écrit :



On 5/8/24 9:27 AM, Paul Scott wrote:



On 5/8/24 9:21 AM, Paul Scott wrote:


Where are quotedCueEventTypes documented? The index listing
goes to NR 1.6.3 but I don't see quotedCueEventTyoes.

NR 1.6.3 says that all event types are quoted by default but
nothing is mentioned about cues event tyoes.


I should have added that setting all the quotedCueEvent seems to
be necessary to get everything included in cues.

quotedCueEventTypes


In particular I'm trying to get some phrasing slurs to appear
in cues.

TIA

Paul








--
*Pierre-Luc Gauthier*
*
*



Re: 2.25.15 quotedCueEventTypes

2024-05-08 Thread Paul Scott

Thank you. Yes.

From the NR is it true that I only need this for \cueDuring but not for 
\quoteDuring?


Paul

On 5/8/24 9:36 AM, Pierre-Luc Gauthier wrote:

  \set Score.quotedCueEventTypes = #'(
                                       tuplet-span-event
                                       note-event
                                       articulation-event
                                       crescendo-event
                                       rest-event
                                       slur-event
                                       dynamic-event
                                       multi-measure-rest-event
                                       tie-event
                                       repeat-tie-event
                                       beam-event
                                       tremolo-event
                                       )

Does that help ?

Le mer. 8 mai 2024, à 12 h 31, Paul Scott  a 
écrit :



On 5/8/24 9:27 AM, Paul Scott wrote:



On 5/8/24 9:21 AM, Paul Scott wrote:


Where are quotedCueEventTypes documented? The index listing goes
to NR 1.6.3 but I don't see quotedCueEventTyoes.

NR 1.6.3 says that all event types are quoted by default but
nothing is mentioned about cues event tyoes.


I should have added that setting all the quotedCueEvent seems to
be necessary to get everything included in cues.

quotedCueEventTypes


In particular I'm trying to get some phrasing slurs to appear in
cues.

TIA

Paul








--
*Pierre-Luc Gauthier*
*
*



Re: 2.25.15 quotedCueEventTypes

2024-05-08 Thread Pierre-Luc Gauthier
  \set Score.quotedCueEventTypes = #'(
   tuplet-span-event
   note-event
   articulation-event
   crescendo-event
   rest-event
   slur-event
   dynamic-event
   multi-measure-rest-event
   tie-event
   repeat-tie-event
   beam-event
   tremolo-event
   )

Does that help ?

Le mer. 8 mai 2024, à 12 h 31, Paul Scott  a
écrit :

>
> On 5/8/24 9:27 AM, Paul Scott wrote:
>
>
> On 5/8/24 9:21 AM, Paul Scott wrote:
>
> Where are quotedCueEventTypes documented? The index listing goes to NR
> 1.6.3 but I don't see quotedCueEventTyoes.
>
> NR 1.6.3 says that all event types are quoted by default but nothing is
> mentioned about cues event tyoes.
>
> I should have added that setting all the quotedCueEvent seems to be
> necessary to get everything included in cues.
>
> quotedCueEventTypes
>
> In particular I'm trying to get some phrasing slurs to appear in cues.
>
> TIA
>
> Paul
>
>
>
>
>

-- 
*Pierre-Luc Gauthier*


Re: 2.25.15 quotedCueEventTypes

2024-05-08 Thread Paul Scott


On 5/8/24 9:27 AM, Paul Scott wrote:



On 5/8/24 9:21 AM, Paul Scott wrote:


Where are quotedCueEventTypes documented? The index listing goes to 
NR 1.6.3 but I don't see quotedCueEventTyoes.


NR 1.6.3 says that all event types are quoted by default but nothing 
is mentioned about cues event tyoes.


I should have added that setting all the quotedCueEvent seems to be 
necessary to get everything included in cues.

quotedCueEventTypes


In particular I'm trying to get some phrasing slurs to appear in cues.

TIA

Paul






Re: 2.25.15 quotedCueEventTypes

2024-05-08 Thread Paul Scott


On 5/8/24 9:21 AM, Paul Scott wrote:


Where are quotedCueEventTypes documented? The index listing goes to NR 
1.6.3 but I don't see quotedCueEventTyoes.


NR 1.6.3 says that all event types are quoted by default but nothing 
is mentioned about cues event tyoes.


I should have added that setting all the quotedCueEvent seems to be 
necessary to get everything included in cues.


In particular I'm trying to get some phrasing slurs to appear in cues.

TIA

Paul






2.25.15 quotedCueEventTypes

2024-05-08 Thread Paul Scott
Where are quotedCueEventTypes documented? The index listing goes to NR 
1.6.3 but I don't see quotedCueEventTyoes.


NR 1.6.3 says that all event types are quoted by default but nothing is 
mentioned about cues event tyoes.


In particular I'm trying to get some phrasing slurs to appear in cues.

TIA

Paul