Re: I want MIDI only for a specific tag

2015-03-09 Thread and...@andis59.se
On 2015-03-09 11:30, Federico Bruni wrote: 2015-03-08 17:10 GMT+01:00 and...@andis59.se mailto:and...@andis59.se>>: Maybe this is a more elegant solution for your use case: https://lists.gnu.org/archive/html/lilypond-user/2013-08/msg00148.html I often use this when

Re: I want MIDI only for a specific tag

2015-03-09 Thread Federico Bruni
2015-03-08 17:10 GMT+01:00 and...@andis59.se : > 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 } >>

Re: I want MIDI only for a specific tag

2015-03-08 Thread and...@andis59.se
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

Re: I want MIDI only for a specific tag

2015-03-08 Thread Pierre Perol-Schneider
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

I want MIDI only for a specific tag

2015-03-08 Thread and...@andis59.se
I have a peace of music that has a Staff and a TabStaff but the music is not the same. How would I create the midi so it only plays the tag that is used in the Staff In the sample I only want MIDI for the tag myStaff. // Anders Sample code %% Start \version "2.19.15" \header { title = "Tes