lilypond-user
[Top][All Lists]
Advanced

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

Re: Brandenburg #3 - convert-ly fails


From: Carl Sorensen
Subject: Re: Brandenburg #3 - convert-ly fails
Date: Sat, 13 Nov 2010 16:14:47 -0700

On 11/13/10 11:20 AM, "Marc Mouries" <address@hidden> wrote:

> 
> 
> 
> Thanks Carl. with \set Timing.beamExceptions = #'((end . (((1 . 16) . (4 4 4
> 4))))
> I am getting:

Marc,

Inline pasted graphics are not the best way to handle things -- they break
up the flow of the email.

I haven't looked at your code to see what might be happening, but this gives
me what you desired:

\score {
  \new Staff {
    \time 2/2
    \set Timing.beamExceptions = #'((end . (((1 . 16) . (4 4 4 4)))))
    \relative c' {
      \repeat unfold 4 {c8 c16 c}
    }
  }
}


I wonder if you have a beamExceptions property set at a Staff level instead
of at the Timing (Score) level.  If there is a beamExceptions set at a
Staff, an override to the Timing will *not* replace it.

HTH,

Carl






reply via email to

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