On 2015-03-08 17:06, Pierre Perol-Schneider wrote:
Hi Anders,

simply delete midi in your score and create a new one just for the midi:

\score {
     \new StaffGroup <<
     \new Staff
     \keepWithTag myStaff {\melody }
     \new TabStaff
       \keepWithTag myTab { \melody }
   >>
   \layout { }
}

\score {
     \new Staff
     \keepWithTag myStaff
     \melody
   \midi { }
}


I knew it was possible (like most things with LilyPond!)

Thank you Pierre (Yeah it has to do with Pedal Steel notation)

// Anders

--
English isn't my first language.
So any error or strangeness is due to the translation.
Please correct my English so that I may become better.

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

Reply via email to