"Ulrik Serges" <ul...@serges.dk> 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' { \time 3/4 \repeat tremolo 6 {e16 g16} e2. }
  \relative c' { \time 3/4 c2. c2. }
>>


Tested with versions 2.18.2 and 2.19.65.

Can you look into it or is there any workaround?


With kind regards,

Ulrik Serges

I'm guessing it's a problem with autobeaming, as hinted in the note to http://lilypond.org/doc/v2.19/Documentation/notation/beams

A workaround (albeit with errors in the log file) would be:

\new Staff {
  \set Staff.autoBeaming = ##f
  \partcombine
  \relative c' { \time 3/4 \repeat tremolo 6 {e16 [ g16 ]} e2. }
  \relative c' { \time 3/4 c2. c2. } }


--
Phil Holmes



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to