2015-02-22 0:00 GMT+01:00 [email protected] <[email protected]>:

> I want to adjust the end of the slur to provide a visible suggestion that 
> that the slur continues on past the end of the quoted passage.  Will this not 
> work in such a situation?
>
> -David

No.
cueDuring quotes events. An override is not an event. Try to add
\override Slur.color = #red
in there, no effect!
Though, use \shape in the tweak-version and it will work.
A \tweak will be added to the 'tweaks of an event and therefore be quoted.

>
> %%%%%
> \version "2.18.0"
>
> one = \relative c' {
>   R1
>   \tag #'part {
>     c4-( d e f
>     g a b c-)
>   }
>   \tag #'cues {
       c4-\shape #'((0 . 0) (0 . 0 )(0 . 0.5) (1.5 . 0)) -( d e f)
>     g a b c
>   }
> }
>
> two = \relative c' {
>   R1
>   \new CueVoice { \set instrumentCueName = "cues" }
>   \cueDuring #"one" #UP { R1 }
>   g'1
> }
>
> \addQuote "one" { \keepWithTag #'cues \one }
>
>
> \score {
>   \relative {
>     \set Score.quotedCueEventTypes = #'(note-event slur-event )
>     \two
>   }
> }
> %%%%%

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to