lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to update this snippet to 2.16.


From: Gilles
Subject: Re: how to update this snippet to 2.16.
Date: Sun, 26 Aug 2012 00:20:41 +0200
User-agent: Opera Mail/12.01 (Win64)

Le Sat, 25 Aug 2012 14:50:01 +0200, Stefan Thomas <address@hidden> a écrit:

Dear community,
it seems, that the following snippet does not work anymore in 2.16.
http://lsr.dsi.unimi.it/LSR/Snippet?id=346
I use it quite frequently. How can I update it?

You can for example in line 61 :
((,trans-rec pitches) (ly:music-deep-copy ,pattern)))))))
just change the word pitches, by (map event-chord-wrap! pitches)

((,trans-rec (map event-chord-wrap! pitches))
             (ly:music-deep-copy ,pattern)))))))

It works for me.
However i don't pretend i understand all the snippet.

Gilles



reply via email to

[Prev in Thread] Current Thread [Next in Thread]