bug-lilypond
[Top][All Lists]
Advanced

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

Re: Incorrect interaction of stemLeft/RightBeamCount and Score.skipTypes


From: Federico Bruni
Subject: Re: Incorrect interaction of stemLeft/RightBeamCount and Score.skipTypesetting
Date: Fri, 8 May 2015 17:29:30 +0200

2015-05-08 17:13 GMT+02:00 Ralph Palmer <address@hidden>:

> Once I did that, the behavior of the rest of the snippet was as I would
> expect. However, I do not understand why Score.skipTypsetting is included
> at all.
>

If you comment the two lines of skipTypesetting you'll understand.

\version "2.19.19"

{
  %\set Score.skipTypesetting = ##t
  c'16
  \set stemRightBeamCount = #1 c'
  \set stemLeftBeamCount = #1 c' c'
  %\set Score.skipTypesetting = ##f
  c' c' c' c'
}


reply via email to

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