Hi,
thanks for the answer, but it still fails for a slightly more
complicated example:
\version "2.19.59"
\score {
\new Staff {
\set Staff.autoBeaming = ##f
\partcombine
\relative c' {
\time 3/4
\repeat tremolo 6 { c'16 [e16] }
c4 d e
c4 d e
}
\relative a {
\
"Ulrik Serges" wrote in message
news:6fdb4c7d-1f9c-3dea-59dd-fc5293e1c...@serges.dk...
Hello,
I have problems using tremolo repeats with partcombine. The following code
returns errors and doesn't produce the correct output:
\version "2.19.65"
\new Staff <<
\partcombine
\relative c' { \
Hello,
I have problems using tremolo repeats with partcombine. The following
code returns errors and doesn't produce the correct output:
\version "2.19.65"
\new Staff <<
\partcombine
\relative c' { \time 3/4 \repeat tremolo 6 {e16 g16} e2. }
\relative c' { \time 3/4 c2. c2. }
>>
Test