Am Dienstag, 4. Mai 2010, um 17:46:21 schrieb Patrick Karl:
> Can anyone explain why the 2nd d-sharp is not notated in the music in
> the following snippet:
> 
> \version "2.12.2"
> 
> \relative g'' {
>       \partial 4 r4
>       r2. dis4
>       e2.
> 
>       \repeat volta 2 {
>               \partial 4 c8 dis

This partial here is to blame (it completely messes up the timing and lilypond 
thinks it's still in the previous measure). You should never need to insert a 
\partial mid-score. Simply remove the \partial and everything will work (a 
repeat can start mid-measure in lilypond without any problems. Just make sure 
that the notes before and after the start add up to a full measure).

Cheers,
Reinhold


-- 
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org


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

Reply via email to