bug-lilypond
[Top][All Lists]
Advanced

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

Re: partcombine does not work with tremolo repeats


From: Ulrik Serges
Subject: Re: partcombine does not work with tremolo repeats
Date: Tue, 22 Aug 2017 10:57:28 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

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 {
    \time 3/4
    c2.
    s2.
    c2.
    }
  }
}

Can anyone help?

With kind regards,

Ulrik Serges

On 21-08-2017 17:06, Phil Holmes wrote:
"Ulrik Serges" <address@hidden> wrote in message news:address@hidden
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. } }





reply via email to

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