lilypond-user
[Top][All Lists]
Advanced

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

Duplicated reharsal mark with combined two parts, one part has an acciac


From: T. Kiriyama
Subject: Duplicated reharsal mark with combined two parts, one part has an acciaccatura, another part does not have an acciaccatura.
Date: Wed, 21 Jan 2009 00:04:38 +0900

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 / address@hidden

Attachment: bugreport2.png
Description: PNG image


reply via email to

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