Il giorno ven 15 mar 2019 alle 20:20, Edward McGuire <met...@gmail.com>
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.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond