On 11/13/10 11:20 AM, "Marc Mouries" <[email protected]> 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




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

Reply via email to