Carl Sorensen <[email protected]> writes:

> I think you define cue-during-details as a music property, and then do
>
> \cueDuring 
> \withMusicProperty #'cue-during-details #(list '(clef . "treble_8")
>                                                '(cue-name . "Vl.1")
>                                                `(transposition .
>                                                  (,ly:make-pitch 1 0 0))
>
> {...}
>
> I haven't tested this, but I think it works.  See
> http://article.gmane.org/gmane.comp.gnu.lilypond.devel/30213.

That's not particularly pretty.  I think I'd like it better to use
something like

\tweak #'clef "treble_8" \tweak #'cue-name "Vl.1"
\cueDuring \transpose c' c { ... }

Namely let \cueDuring produce its own event soaking up tweaks and stuff.

-- 
David Kastrup


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

Reply via email to