bug-lilypond
[Top][All Lists]
Advanced

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

Incorrect interaction of stemLeft/RightBeamCount and Score.skipTypesetti


From: Rob Tuley
Subject: Incorrect interaction of stemLeft/RightBeamCount and Score.skipTypesetting
Date: Sat, 2 May 2015 02:44:06 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

Wrong output: the \set stemRightBeamCount and \set stemLeftBeamCount
are incorrectly applied to the first note AFTER 
\set Score.skipTypesetting = ##f.

\version "2.18.2"
{ $\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]