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
  c''2 |
  \mark \default
  \acciaccatura {d8} c8[ h16 a] a'8 g |
  %%c8[ h16 a] a'8 g |
  \bar "|."
}
parttwo = \relative c' {
  \clef treble
  \time 2/4
  \key c \major
  \mark \default
  c''2 |
  \mark \default
  c,2 |
  \bar "|."
}

\score {
  <<
    \new Staff \with { printPartCombineTexts = ##f } {
      \partcombine \partone \parttwo
    }
    >>
}
%% end of bugreport2.ly %%


-- 
T. Kiriyama / [email protected]

<<attachment: bugreport2.png>>

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

Reply via email to