cueDuring and its various settings

2010-11-22 Thread Reinhold Kainhofer
I'm currently trying to make cue notes much better supported in LilyPond. In particular, it's not as simple as quoting the notes in a CueVoice. In real scores, there are several different options to take into account: -) Transpose the cue notes (usually by an octave, e.g. when quoting a piccolo

Re: cueDuring and its various settings

2010-11-22 Thread Xavier Scheuer
On 22 November 2010 17:35, Reinhold Kainhofer reinh...@kainhofer.com wrote: I'm currently trying to make cue notes much better supported in LilyPond. That's really great, thanks! In particular, it's not as simple as quoting the notes in a CueVoice. It's a pity. I'd love if it was that

Re: cueDuring and its various settings

2010-11-22 Thread Carl Sorensen
On 11/22/10 9:35 AM, Reinhold Kainhofer reinh...@kainhofer.com wrote: I'm currently trying to make cue notes much better supported in LilyPond. In particular, it's not as simple as quoting the notes in a CueVoice. In real scores, there are several different options to take into account: -)

Re: cueDuring and its various settings

2010-11-22 Thread David Kastrup
Carl Sorensen c_soren...@byu.edu 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)

Re: cueDuring and its various settings

2010-11-22 Thread Trevor Daniels
Reinhold Kainhofer wrote Monday, November 22, 2010 4:35 PM I'm currently trying to make cue notes much better supported in LilyPond. In particular, it's not as simple as quoting the notes in a CueVoice. In real scores, there are several different options to take into account: -) Transpose

Re: cueDuring and its various settings

2010-11-22 Thread Trevor Daniels
Carl Sorensen wrote Monday, November 22, 2010 4:54 PM On 11/22/10 9:35 AM, Reinhold Kainhofer reinh...@kainhofer.com wrote: Do you have any idea how to properly add options for the cueDuring command in LilyPond??? I think you define cue-during-details as a music property, and then do

Re: cueDuring and its various settings

2010-11-22 Thread Carl Sorensen
On 11/22/10 10:57 AM, Trevor Daniels t.dani...@treda.co.uk wrote: Carl Sorensen wrote Monday, November 22, 2010 4:54 PM On 11/22/10 9:35 AM, Reinhold Kainhofer reinh...@kainhofer.com wrote: Do you have any idea how to properly add options for the cueDuring command in LilyPond???

Re: cueDuring and its various settings

2010-11-22 Thread Reinhold Kainhofer
Am Montag, 22. November 2010, um 18:35:01 schrieb David Kastrup: 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

Re: cueDuring and its various settings

2010-11-22 Thread Reinhold Kainhofer
Am Montag, 22. November 2010, um 18:57:01 schrieben Sie: Would it not be better to define these properties using \addInstrumentDefinition #flute ... and then simply refer to flute in \cueDuring, as \instrumentSwitch does? Actually, quite often the cue text is not just the instrument, but

Re: cueDuring and its various settings

2010-11-22 Thread Trevor Daniels
Reinhold Kainhofer wrote Monday, November 22, 2010 7:56 PM Am Montag, 22. November 2010, um 18:57:01 schrieben Sie: Would it not be better to define these properties using \addInstrumentDefinition #flute ... and then simply refer to flute in \cueDuring, as \instrumentSwitch does?