bug-lilypond
[Top][All Lists]
Advanced

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

Problem with articulate.ly


From: Nick Payne
Subject: Problem with articulate.ly
Date: Fri, 27 Apr 2012 11:42:51 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120412 Thunderbird/11.0.1

The example below builds without error and gives the output I want. However, if I include articulate.ly, then the output is garbaged even though I haven't used \unfoldRepeats \articulate, and I get the following warnings in the log:

/home/nick/lilypond/examples/test.ly:8:59: warning: already have a beam
    \times 4/6 { a32[( g) fis( g) \appoggiatura { fis16
                                                           [ g] } a32 g] }
warning: cannot end slur
warning: unterminated slur

%=====================================
\version "2.15.37"

%\include "articulate.ly"

\relative c'' {
    \times 4/6 { a32[( g) fis( g) \appoggiatura { fis16[ g] } a32 g] }
}
%=====================================


Nick



reply via email to

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