Hello,

On 27 April 2012 02:42, Nick Payne <nick.pa...@internode.on.net> wrote:
> 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] }
> }
> %=====================================
>

This also occurs on 2.14.2. We've had some changes made to
articulate.ly recently for 2.15.x - phew! So this isn't a regression
in LP code.

--snip--
GNU LilyPond 2.14.2
Processing `test.ly'
Parsing...
Interpreting music...
test.ly:9:54: warning: already have a beam
   \times 4/6 { a32[( g) fis( g) \appoggiatura { fis16
                                                      [ g] } a32 g] }
warning: cannot end slur
warning: unterminated slur
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `test.ps'...
Converting to `./test.pdf'...
success: Compilation successfully completed
--snip--

James

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to