bug-lilypond
[Top][All Lists]
Advanced

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

transparent notehead bug


From: David Bobroff
Subject: transparent notehead bug
Date: 29 Feb 2004 22:11:11 +0000

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
    }
}





reply via email to

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