bug-lilypond
[Top][All Lists]
Advanced

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

Re: Windows Lilypond 2.18.2 articulate.ly adds an unterminated slur


From: Federico Bruni
Subject: Re: Windows Lilypond 2.18.2 articulate.ly adds an unterminated slur
Date: Sat, 16 Mar 2019 18:26:57 +0100

Il giorno ven 15 mar 2019 alle 20:20, Edward McGuire <address@hidden> ha scritto:
The full work from which the tiny example is taken generates both
printed output and MIDI output. The structure of the full work is
something like:

\include "articulate.ly"
stringpart = { [music] }
\book {
    % generated printed output
    \bookpart {
        \score { \stringpart }
        \layout { }
    }
    % using articulate, generate MIDI output
    \bookpart {
        \score { \unfoldRepeats \articulate \stringpart }
        \midi { }
    }
}

(When I say "something like" I mean that this is still a
simplification of the structure of the full work, which actually
contains more parts, i.e., multiple staves, multiple voices.)

A workaround is moving the include of articulate.ly after the "PDF score" and just before the "MIDI score", so that it won't affect the former. This might be possible or not depending on the structure of your input files. If you omit the \book block in above example and place the include between the two bookparts, it should work fine.






reply via email to

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