Re: [LSR v-2.18] "Easy Rhythm Template Creation" does not compile.

2014-02-25 Thread Pierre Perol-Schneider
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

Re: [LSR v-2.18] "Easy Rhythm Template Creation" does not compile.

2014-02-25 Thread David Kastrup
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

Re: [LSR v-2.18] "Easy Rhythm Template Creation" does not compile.

2014-02-25 Thread Pierre Perol-Schneider
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 ! ___

Re: [LSR v-2.18] "Easy Rhythm Template Creation" does not compile.

2014-02-25 Thread Thomas Morley
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

Re: [LSR v-2.18] "Easy Rhythm Template Creation" does not compile.

2014-02-25 Thread Pierre Perol-Schneider
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:

Re: [LSR v-2.18] "Easy Rhythm Template Creation" does not compile.

2014-02-25 Thread Pierre Perol-Schneider
Any idea ? ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

[LSR v-2.18] "Easy Rhythm Template Creation" does not compile.

2014-02-16 Thread Pierre Perol-Schneider
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