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: address@hidden
Subject: Re: I want MIDI only for a specific tag
Date: Sun, 08 Mar 2015 17:10:32 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

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.



reply via email to

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