lilypond-user
[Top][All Lists]
Advanced

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

Re: Using articulate.ly without modifying the visual output


From: Gianmaria Lari
Subject: Re: Using articulate.ly without modifying the visual output
Date: Wed, 4 Apr 2018 16:47:56 +0200


On 4 April 2018 at 13:50, David Kastrup <address@hidden> wrote:
Paolo Prete <address@hidden> 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 {}}
   

reply via email to

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