2015-03-08 17:10 GMT+01:00 [email protected] <[email protected]>:

> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to