Citerar Peter Mogensen <[EMAIL PROTECTED]>:

> Fairchild wrote:
> > \version "2.4.6"
> > \layout{ raggedright = ##t }
> > \score{
> > \relative c' {
> > \repeat volta 2 { f g a2 ~ }
> > \alternative {
> > { a4 g2 f4 }
> > { \grace{ \hideNotes a4~ } \unHideNotes a g2. }
> > }}}
> 
> No... because this won't work when there's more than one staff. You'll
> get 2 second voltas:

why not do something like this?

     \new DrumStaff {
       \drummode {
         \repeat volta 2 { sn4 sn sn sn}
         \alternative {
           {sn4 sn sn sn }
           {\grace s4 sn4 hh2. }
         }
       }
     }
   >>

This is the proper way to do work around it. (and the manual should perhaps
mention the trick explicitly).

Erik



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

Reply via email to