lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ties in second endings


From: Erik Sandberg
Subject: Re: Ties in second endings
Date: Thu, 22 Sep 2005 11:26:55 +0200
User-agent: Internet Messaging Program (IMP) 3.2.7

Citerar Peter Mogensen <address@hidden>:

> 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





reply via email to

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