Karl Hammar wrote:

That is strange, why do you need to do the \new DrumVoice-lines in drummode? Example of 2.5.1.3:

\new DrumStaff <<
           \new DrumVoice = "1" { s1 *2 }
           \new DrumVoice = "2" { s1 *2 }
           \drummode {
             bd4 sn4 bd4 sn4
             <<
               { \repeat unfold 16 hh16 }
               \\
               { bd4 sn4 bd4 sn4 }
             >>
           }
         >>
Since the <<{...} \\ {....} >> construct will create new Voice contexts by default, i.e. it doesn't understand automatically that it's within a DrumStaff and therefore should create DrumVoice contexts instead. However, if there already are contexts available named "1" and "2", then they
will be used by the <<{...} \\ {....} >> construct.

   /Mats


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

Reply via email to