I would like to introduce a small breath in the midi file. I tried using
the \breathe command with \articulate script like in the following code....

\version "2.19.65"
\include "articulate.ly"

music = \fixed c' {
  c4 d e f \breathe
  c4 d e f
}

\score {
  \articulate \music
  \layout {}
  \midi{}
}


but it doesn't look to work.

I could put a partial measure with a pause in the midi like this

\version "2.19.65"
\include "articulate.ly"

music = \fixed c' {
  c4 d e f
  \partial 4 r4
  c4 d e f
}

\score {
  \articulate \music
  \layout {}
  \midi{}
}

but I wonder if there is anything more simpler/standard.....

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

Reply via email to