lilypond-user
[Top][All Lists]
Advanced

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

Re: I want MIDI only for a specific tag


From: Federico Bruni
Subject: Re: I want MIDI only for a specific tag
Date: Mon, 9 Mar 2015 11:30:57 +0100

2015-03-08 17:10 GMT+01:00 address@hidden <address@hidden>:
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)


Maybe this is a more elegant solution for your use case:
https://lists.gnu.org/archive/html/lilypond-user/2013-08/msg00148.html


reply via email to

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