>>>>> "Patrick" == Patrick Karl <pck...@mac.com> writes:

Patrick> Can anyone explain why the 2nd d-sharp is not notated in the
Patrick> music in the following snippet:

Patrick> \version "2.12.2"
Patrick> \relative g'' { \partial 4 r4 r2. dis4 e2.
Patrick>        \repeat volta 2 { \partial 4 c8 dis e2.  } }

The \repeat volta N {} construct doesn't actually create a new bar.
So the second d-sharp is in the same bar as the first, so Lilypond
doesn't notate it.

As  player, I find it easier if repeats start and end at bar
boundaries, so maybe:

 \relative g'' {
   \partial 4 r4 |
   r2. dis4 |
   e2. c8 dis |
   \repeat volta 2 {
     e2. 
   } \alternative {
     {
       c8 dis | 
     }{
       r4 | 
     }
   }
}

--
Dr Peter Chubb                                  peter DOT chubb AT nicta.com.au
http://www.ertos.nicta.com.au               ERTOS within National ICT Australia
All things shall perish from under the sky/Music alone shall live, never to die


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

Reply via email to