lilypond-user
[Top][All Lists]
Advanced

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

Re:hidden notes causing semiquaver stems to lengthen


From: Kevin Patrick Barry
Subject: Re:hidden notes causing semiquaver stems to lengthen
Date: Mon, 11 Feb 2013 09:47:43 +0000

Thank you this seems to be work.

Kevin

\hideNotes  actually makes the notes, and beams and stems, transparent.
This means they still get space reserved, they just don't print.
Sometimes people need exactly this, but here the extra (transparent)
beams force your visible stems to lengthen to make room.

You can remove the beams and stems, etc., in this second voice entirely:

bracketsa = \relative c'' {
 \override NoteColumn #'ignore-collision = ##t
 \override NoteHead #'transparent = ##t
 \override Stem #'stencil = ##f
 \override Dots #'stencil = ##f
 \override Beam #'stencil = ##f
 \override Flag #'stencil = ##f
 \override Rest #'stencil = ##f

 s8 c16\startGroup d b\stopGroup  }

reply via email to

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