Maarten Storm wrote:
Thanks! The clef problem is solved.
How can I change the stemdirection when I do another queDuring from the same quote?

I guess something like


 << \cueDuring ...stuff..
    \context Voice=cue { \stemUp }
 >>


Ok. But it's not possible to change stem direction within an addquote{} block?

No, you'll have to do soemthing like

  \context Voice = cue { \stemUp s4 \stemDown ... }


Or is there an event I should add in

\set Staff.quotedEventTypes =
      #'(note-event rest-event text-script-event slur-event tie-event)

to do this?

No. Stem direction changes are property settings. They are not events, and can't be caught like this.



--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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

Reply via email to