On 4 April 2018 at 13:50, David Kastrup <[email protected]> wrote:

> Paolo Prete <[email protected]> writes:
>
> > Hello,
> >
> > I would like to produce from the same .ly file, a .midi file with the
> > articulate.ly script and a .pdf WITHOUT the articulate.ly script.
> >
> > How can I do that?


Just in case you need a working simple example

\version "2.19.81"
\include "articulate.ly"

music = { a b b c'}

\score {\music \layout {}}
\score {\articulate \music \midi {}}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to