[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: transparent notehead bug
From: |
Mats Bengtsson |
Subject: |
Re: transparent notehead bug |
Date: |
Mon, 01 Mar 2004 11:14:32 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 |
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
address@hidden
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: address@hidden
WWW: http://www.s3.kth.se/~mabe
=============================================
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: transparent notehead bug,
Mats Bengtsson <=