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