[EMAIL PROTECTED] writes:
> Hello!
> 
> I would like to display a '1' over a single bar rest
> iff the skipBars property is 1 (or true).  How can I
> evaluate this Score-property in
> Multi_measure_rest::do_brew_molecule_p?  If this isn't

You can't. skipBars is a context property, and
Multi_measure_rest::do_brew_molecule_p() happens long  after
interpreting. The general approach is to have the engraver call
set_elt_property() depending on a context property.
-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to