lilypond-user
[Top][All Lists]
Advanced

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

\articulate effect only midi


From: Gianmaria Lari
Subject: \articulate effect only midi
Date: Mon, 1 Jun 2015 02:52:09 -0700 (MST)

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.

This is what I can do:

\version "2.18.2"

\include "articulate.ly"

\score {
  *\articulate * \relative {a\staccato b\staccato c d}
  \layout {}
  \midi {}
}

And the following is what I would like to do :)  Why is not accepted?

\version "2.18.2"

\include "articulate.ly"

\score {
  \relative {a\staccato b\staccato c d}
  \layout {}
  *\articulate* \midi {}
}








--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/articulate-effect-only-midi-tp177365.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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