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
>
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.,
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
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://
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
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
>> > `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
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
> 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
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
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
> > 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
[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
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
[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
> 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
[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
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
18 matches
Mail list logo