lilypond-user
[Top][All Lists]
Advanced

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

midi \breathe


From: Gianmaria Lari
Subject: midi \breathe
Date: Wed, 18 Oct 2017 14:10:57 +0200

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.

reply via email to

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