lilypond-user
[Top][All Lists]
Advanced

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

Re: Invisible midi layer for specific measures


From: karl
Subject: Re: Invisible midi layer for specific measures
Date: Mon, 11 Nov 2019 20:36:53 +0100 (CET)

Paolo:
...
> I would like to add an invisible midi layer of notes to the
> previous ones
...

Use this template:

\score {
  <<
    % displayed music
  >>
  \layout {
  }
}


\score {
  \unfoldRepeats
  <<
    % midi music
  >>
  \midi { }
}





reply via email to

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