lilypond-devel
[Top][All Lists]
Advanced

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

warning message for wrong context


From: Werner LEMBERG
Subject: warning message for wrong context
Date: Tue, 09 Nov 2010 17:40:47 +0100 (CET)

Let's assume we have the following

  {
    ...
    \override BarLine #'stencil = ##f
    ...
  }

This does nothing because it's the wrong context; we have to write

  \override Staff.BarLine #'stencil = ##f

My question: Is it possible to implement a warning message for the
former case, printing something like

  overriding property `stencil' for grob `BarLine' has no effect in
  context `Voice'

?  I can imagine that this would help many users, including me.


    Werner



reply via email to

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