I think you use the wrong property :-) You can make an object invisible by setting the corresponding transparent property to ##t. If your code worked before, it was more by coincidence.
/Mats
David Bobroff wrote:
I think this is a bug. The following code when run in plain lilypond produces an error message:
warning: note head `noteheads-2transparent' not found:
c d e f g \inv a \unv b c
But does produce output. That output is also flawed, in that the stem of the invisible note is visible as two vertical dashes.
Version 2.1.28 (CVS ChangeLog 1.1795)
inv = { \override Staff.NoteHead #'style = #'transparent \override Stem #'transparent = ##t \override Accidental #'style = #'transparent }
unv = { \override Staff.NoteHead #'style = #'default \override Stem #'transparent = ##f \override Accidental #'style = #'default }
\score { \notes { c d e f g \inv a \unv b c } }
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
