2015-07-12 17:05 GMT+02:00 Martial <[email protected]>: > Hi ! > > Lilypond 2.19.22 > Xubuntu 15.04 > frescobaldi 2.18 > > Error with articulate.ly > > Analyse.../usr/local/lilypond/usr/share/ > lilypond/current/scm/music-functions.scm:1987:3: > In procedure map-some-music in expression > (map-some-music (lambda # #) > (expand-repeat-chords! # music) ...): > /usr/local/lilypond/usr/share/lilypond/current/scm/music-functions.scm:1987:3: > Wrong number of arguments to #<procedure map-some-music > (map? music)> > Arrêté avec le code de retour 1. > > %----------------------------------- > \version "2.19.22" > \include "articulate.ly" > > musique = \relative c' { > c8 e g c > } > > \score { > \new Staff { > \articulate > \musique } > \layout { } > \midi { } > } > %----------------------------------- > > change articulate.ly version 2.19.21 > no problème > > -- > Martial Rameaux
Hi, this was issue 4471 https://code.google.com/p/lilypond/issues/detail?id=4471 already fixed You may apply the fix manually, see the diff: https://codereview.appspot.com/250830043/diff/1/scm/music-functions.scm (easy enough) or wait for 2.19.23 Cheers, Harm _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
