2014-02-25 23:04 GMT+01:00 David Kastrup :
>
> We had it already in
> http://comments.gmane.org/gmane.comp.gnu.lilypond.general/72885>
> but it can be done easier using make-relative in 2.18:
>
Great ! Did not find this one...
>
> And of course, this just _begs_ for the "pure rhythm" feature of
Thomas Morley writes:
> 2014-02-25 9:11 GMT+01:00 Pierre Perol-Schneider
> :
>> Any idea ?
>
> Hi Pierre,
>
> you could use event-chord-wrap!
> see attached file
>
> I feel the snippet should be rewritten to reflect 'EventChord changes.
> Though, I can only start looking deeper into it next weeke
2014-02-25 22:16 GMT+01:00 Thomas Morley :
> Hi Pierre,
>
> you could use event-chord-wrap!
> see attached file
>
> I feel the snippet should be rewritten to reflect 'EventChord changes.
> Though, I can only start looking deeper into it next weekend.
>
> Cheers,
> Harm
>
Thanks much Harm !
___
2014-02-25 9:11 GMT+01:00 Pierre Perol-Schneider
:
> Any idea ?
Hi Pierre,
you could use event-chord-wrap!
see attached file
I feel the snippet should be rewritten to reflect 'EventChord changes.
Though, I can only start looking deeper into it next weekend.
Cheers,
Harm
\version "2.18.0"
% h
In order to move a little forward, I've followed advices from Jay and Alard
(snip contributors) and here I am:
rhyA = #(define-music-function (parser location p1 p2 p3)
(ly:pitch? ly:pitch? ly:pitch?)
#{ $p1 8. -> $p2 16 $p3 8 #})
rhyB = #(define-music-function (parser location p1 p2 p3)
(ly:
Any idea ?
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
Hi Squad,
The following snippet :
http://lsr.dsi.unimi.it/LSR/Item?id=465
does not compile after v2.18 nor v2.16 upgrades.
Terminal says :
Processing ...
Parsing.../easy-rhythm-template-creation.ly:42:17: In procedure car in
expression (car p):
.../easy-rhythm-template-creation.ly:42:17: Wrong ty