bug-lilypond
[Top][All Lists]
Advanced

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

Problem with articulate and alternative


From: Nick Payne
Subject: Problem with articulate and alternative
Date: Mon, 25 Feb 2013 09:03:14 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

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



reply via email to

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