Re: Using articulate.ly without modifying the visual output

2018-04-04 Thread Gianmaria Lari
On 4 April 2018 at 13:50, David Kastrup  wrote:

> Paolo Prete  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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Using articulate.ly without modifying the visual output

2018-04-04 Thread David Kastrup
Paolo Prete  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?

One \score with a \layout block and one \score with a \midi block.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user