-- 
Peter Häring
Dürmentinger Str. 15, 88521 Ertingen
Tel. 07371/129361
Email: [email protected]
\version "2.18.2"

%Parts that should be quoted
stimmeI = \relative d'' { d1 | c1 }
stimmeII = \relative g' { g1 | a1 }

\addQuote "stI" { \stimmeI }
\addQuote "stII" \stimmeII

%Parts, where the first note is not quoted, 
%		the second is quoted from above
instrumentI = \relative b' {
  b1 |
  \quoteDuring #"stI" { s1 }
}

instrumentII = \relative f' {
  f1 |
  \quoteDuring #"stII" { s1 }
}

% \partcombine works how it should for the parts without quotes.
\score {
    \partcombine \stimmeI \stimmeII
}

% quoting works how it should, when not using partcombine.
\score {
  \new Staff <<
    \instrumentI \\
    \instrumentII
  >>
}

% quoting for part I doesn't work when using \partcombine:
% (in more complex examples even both parts are missing).
\score {
  \partcombine \instrumentI \instrumentII
}

Attachment: partcombine-quoting.pdf
Description: Adobe PDF document

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

Reply via email to