lilypond-user
[Top][All Lists]
Advanced

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

Re: \articulate effect only midi


From: Federico Bruni
Subject: Re: \articulate effect only midi
Date: Mon, 01 Jun 2015 12:09:59 +0200

Il giorno lun 1 giu 2015 alle 11:52, Gianmaria Lari <address@hidden> ha scritto:
I'm trying to improve the quality of the midi output using the articulate script. I don't understand why I cannot use the articulate keyword only with
the midi output to avoid to alterate the visual output.

You should use two score blocks. This allows you also to unfold the repeats:

\version "2.18.2"

\include "articulate.ly"

music = \relative {
 \repeat volta 2 {
   a\staccato b\staccato c d
 }
}

\score {
 \music
 \layout {}
}

\score {
 \unfoldRepeats \articulate \music
 \midi {}
}

This is documented here:
http://lilypond.org/doc/v2.19/Documentation/notation/using-repeats-with-midi
http://lilypond.org/doc/v2.19/Documentation/notation/enhancing-midi-output

Maybe the section on articulate may recommend using two score blocks, as in repeats.






reply via email to

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