>>>>> "christophe" == christophe 1710 <[email protected]> writes:

christophe> \version "2.14.0" \header {tagline =""}

christophe> One = \relative d'' {
    
christophe>         \time 3/4 | % 1 \partial 8*2 \acciaccatura d8 c8\p
christophe> ( b8 ) c4-. <c, e g>4 -. <c e g>4 -.  }

christophe> Two = \relative c { \clef "bass" \time 3/4 \partial 8*2 r4
christophe> | % 2 c4\p r4 g4 -. | % 3 }

You need to keep the lengths of all teh first bars in the parallel
parts the same -- which means adding a fake acciaccatura in part Two:

      \acciaccatura s8
or similar --- see the docs, at
http://www.lilypond.org/doc/v2.14/Documentation/notation/special-rhythmic-concerns
 
subsection "Known Issues and Warnings"

Peter C

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to