lilypond-devel
[Top][All Lists]
Advanced

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

bug or syntax?


From: David Bobroff
Subject: bug or syntax?
Date: 29 Feb 2004 19:26:49 +0000

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


The above worked fine in 2.1.27 but in 2.1.28 (ChangeLog 1.1794 'release
commit') I get this:

 warning: note head `noteheads-2transparent' not found:
        c d e f g \inv 
                       a \unv b c

Did I miss a syntax change (I did run convert-ly on the file) or is
something broken?

-David





reply via email to

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