lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cue_problem


From: Thomas Morley
Subject: Re: cue_problem
Date: Sun, 22 Feb 2015 00:27:30 +0100

2015-02-22 0:00 GMT+01:00 address@hidden <address@hidden>:

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]