lilypond-user
[Top][All Lists]
Advanced

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

Re: Accidental not properly notated in score


From: Peter Chubb
Subject: Re: Accidental not properly notated in score
Date: Wed, 05 May 2010 12:12:28 +1000
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.1 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

>>>>> "Patrick" == Patrick Karl <address@hidden> 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




reply via email to

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