lilypond-devel
[Top][All Lists]
Advanced

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

Issue 879


From: Phil Holmes
Subject: Issue 879
Date: Mon, 3 Jan 2011 18:44:53 -0000

Is about knees, crossing staves, and the RemoveEmptyStaff command. It took me to engraver-init.ly where I found:

RemoveEmptyStaves = \with {
 \remove "Axis_group_engraver"
 \remove "Hara_kiri_engraver"
 \consists "Hara_kiri_engraver"
 \override Beam #'auto-knee-gap = #'()
 \override VerticalAxisGroup #'remove-empty = ##t
}

I know I don't properly understand this stuff still, but doesn't the \consists re-instate the previously removed engraver on the line above?

--
Phil Holmes
Bug Squad






reply via email to

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