Duplicated reharsal mark with combined two parts, one part has an acciaccatura, another part does not have an acciaccatura.

2009-01-20 Thread T. Kiriyama
Reharsal mark was duplicated. Is there any good solution? (Currentry I commentted out the reharsal mark...) %% lilypond source text file %% for future compatibility \version 2.11.65 %% \include deutsch.ly %% partone = \relative c' { \clef treble \time 2/4 \key c \major \mark \default

Re: Duplicated reharsal mark with combined two parts, one part has an acciaccatura, another part does not have an acciaccatura.

2009-01-20 Thread Mark Polesky
You could add a spacer acciaccatura to every voice (by the way, \clef treble and \key c \major are defaults, so I removed them): parttwo = \relative c' { \clef treble \time 2/4 \key c \major \mark \default c''2 | \mark \default \acciaccatura {s8} c,2 | \bar |. } but if you have

Re: Duplicated reharsal mark with combined two parts, one part has an acciaccatura, another part does not have an acciaccatura.

2009-01-20 Thread Mats Bengtsson
A simpler solution is to move the \mark command to after the appoggiatura: ... partone = \relative c' { \clef treble \time 2/4 \key c \major \mark \default c''2 | \acciaccatura {d8} \mark \default c8[ h16 a] a'8 g | After all, the source of this problem (as well as all the other grace