Re: problems with \cueDuring and events

2019-04-15 Thread Thomas Morley
Am Mo., 15. Apr. 2019 um 02:26 Uhr schrieb Dan Eble : > > On Apr 14, 2019, at 08:10, Thomas Morley wrote: > > > > As far as I understand, it's the partcombiner at work here. > > At least: > > > > \version "2.21.0" > > > > %% use \partcombine with lowercase "c" for lower versions > > \partCombine >

Re: problems with \cueDuring and events

2019-04-14 Thread David Kastrup
Thomas Morley writes: > Am So., 14. Apr. 2019 um 12:05 Uhr schrieb Werner LEMBERG : > >> > I doubt there are events missing. I even tried [...] To no avail. >> > >> > So I tend to think it has to do how quotes are processed. [...] >> > Though, I'm at a loss how to get deeper. >> >> David K.,

Re: problems with \cueDuring and events

2019-04-14 Thread Dan Eble
On Apr 14, 2019, at 08:10, Thomas Morley wrote: > > As far as I understand, it's the partcombiner at work here. > At least: > > \version "2.21.0" > > %% use \partcombine with lowercase "c" for lower versions > \partCombine > \relative { fis'8 fis4. \repeat tremolo 4 { b16 c } r1 } > \relative

Re: problems with \cueDuring and events

2019-04-14 Thread Thomas Morley
Am So., 14. Apr. 2019 um 22:44 Uhr schrieb David Kastrup : > I am currently on my yearly climbing vacation in > Italy. This does involve sampling of the local wine Enjoy it! Best, Harm ___ lilypond-devel mailing list lilypond-devel@gnu.org https://

Re: problems with \cueDuring and events

2019-04-14 Thread Thomas Morley
Am So., 14. Apr. 2019 um 12:05 Uhr schrieb Werner LEMBERG : > > I doubt there are events missing. I even tried [...] To no avail. > > > > So I tend to think it has to do how quotes are processed. [...] > > Though, I'm at a loss how to get deeper. > > David K., can you help? As far as I understa

Re: problems with \cueDuring and events

2019-04-14 Thread Thomas Morley
Am So., 14. Apr. 2019 um 12:05 Uhr schrieb Werner LEMBERG : > > > >> > `Override´ and `Revert´ are not listed in the IR but in > >> > `define-event-classes.scm'. > >> > >> This is something which should be fixed! I had a look how the > >> documentation gets generated, but it is far too much Scheme

Re: problems with \cueDuring and events

2019-04-14 Thread Werner LEMBERG
>> > `Override´ and `Revert´ are not listed in the IR but in >> > `define-event-classes.scm'. >> >> This is something which should be fixed! I had a look how the >> documentation gets generated, but it is far too much Scheme code >> for me, alas. Can you perhaps provide a fix? > > Tbh, I've no

Re: problems with \cueDuring and events

2019-04-08 Thread Thomas Morley
Am So., 7. Apr. 2019 um 19:20 Uhr schrieb Werner LEMBERG : > > > > acciaccatura contains > > \temporary \override Flag.stroke-style = #"grace" > > reverting it at the end. > > > > Per default override/revert is not quoted. You may extend > > quotedCueEventTypes by `Override´ and `Revert´ to ge

Re: problems with \cueDuring and events

2019-04-07 Thread Werner LEMBERG
> acciaccatura contains > \temporary \override Flag.stroke-style = #"grace" > reverting it at the end. > > Per default override/revert is not quoted. You may extend > quotedCueEventTypes by `Override´ and `Revert´ to get the slashed > grace. Aah! Thanks a lot! > Though, now _all_ override

Re: problems with \cueDuring and events

2019-04-06 Thread Thomas Morley
Am Fr., 5. Apr. 2019 um 14:27 Uhr schrieb Werner LEMBERG : > > > Attached is an image of the regression suite file > `quote-cue-event-types.ly'. Note that the grace not slash is missing > in the `curDuring' line. I consider this a bug, and I tried to fix > it. However, I wasn't able to locate th

problems with \cueDuring and events

2019-04-05 Thread Werner LEMBERG
Attached is an image of the regression suite file `quote-cue-event-types.ly'. Note that the grace not slash is missing in the `curDuring' line. I consider this a bug, and I tried to fix it. However, I wasn't able to locate the proper event which is responsible for that. Any help is greatly app

Re: problems with \cueDuring

2004-12-03 Thread Werner LEMBERG
> > Second, \cueDuring doesn't work correctly. A negative direction > > value > > fixed. Thanks. > there is a subtle bug in your file Got it! Werner ___ lilypond-devel mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilyp

problems with \cueDuring

2004-12-01 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > I still have problems with the current implementation of cue note > support. > > First, it is a major nuisance to create the `cue' voice manually, > because it should have the same number of beats as the other voices, > and it seems to me that this information can't

problems with \cueDuring

2004-11-30 Thread Werner LEMBERG
I still have problems with the current implementation of cue note support. First, it is a major nuisance to create the `cue' voice manually, because it should have the same number of beats as the other voices, and it seems to me that this information can't be extracted automatically dependent on

Re: problems with \cueDuring

2004-11-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > One of the options is to traverse all music expressions recursively, > > and set the music property #'quoted-events to '() if it is defined > > > > untested code: > > > > killCues = > > #(def-music-function > > (location music) (ly:music?) > > (music-map (lambda

Re: problems with \cueDuring

2004-11-26 Thread Werner LEMBERG
> One of the options is to traverse all music expressions recursively, > and set the music property #'quoted-events to '() if it is defined > > untested code: > > killCues = > #(def-music-function > (location music) (ly:music?) > (music-map (lambda (mus) > > (set! (ly:music-property mus 'qu

problems with \cueDuring

2004-11-25 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > Right now I've found some time to study the new \cueDuring command. > Unfortunately, it is not very useful as currently implemented: It > fails to handle the case where the same voice is needed without cues. > > What's still missing is a command which makes > > \c

problems with \cueDuring

2004-11-25 Thread Werner LEMBERG
Right now I've found some time to study the new \cueDuring command. Unfortunately, it is not very useful as currently implemented: It fails to handle the case where the same voice is needed without cues. What's still missing is a command which makes \cueDuring #"clarinet" #1 { R1 } expand to