lilypond-user
[Top][All Lists]
Advanced

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

Re: midi \breathe


From: Johan Vromans
Subject: Re: midi \breathe
Date: Wed, 18 Oct 2017 18:07:29 +0200

In sitations like this, I use tags.

Something similar to this:

  music = {
    ...
    \tag #'midiOnly { c8. r16 } \tag #'scoreOnly { c4 }
    ...
  }

  \score {
    \articulate \removeWithTag #'midiOnly \music
    \layout {}
   }

  \score {
    \articulate \removeWithTag #'scoreOnly \unfoldRepeats \music
    \midi{}
  }

-- Johan



reply via email to

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