Il giorno lun 1 giu 2015 alle 11:52, Gianmaria Lari
<gianmarial...@gmail.com> 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.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user