Trying to build the example below with 2.17.13 gets this error in the
console log:
Processing `/home/nick/lilypond/examples/test.ly'
Parsing.../usr/local/lilypond/usr/share/lilypond/current/ly/articulate.ly:446:13:
In procedure map in expression (map (lambda # #)):
/usr/local/lilypond/usr/share/lilypond/current/ly/articulate.ly:446:13:
Wrong number of arguments to #<primitive-generic map>
If I remove the call to \articulate then there is no error, or if I
leave the call to \articulate and remove the alternative block then
there is no error.
%===================
\version "2.17.13"
\include "articulate.ly"
notes = \relative c' {
\repeat volta 2 { c c c c }
\alternative {
{ c c c c }
{ d d d d }
}
}
\score {
\new Staff {
\notes
}
}
\score {
\new Staff {
\unfoldRepeats \articulate
\notes
}
\midi { }
}
%===================
Nick
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user