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.

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

Reply via email to