lilypond-devel
[Top][All Lists]
Advanced

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

Re: is dot-count really a user settable property?


From: Neil Puttock
Subject: Re: is dot-count really a user settable property?
Date: Tue, 16 Jun 2009 01:06:06 +0100

2009/6/16 Mark Polesky <address@hidden>:

> But neither of these do anything either:
> { \override Dots #'dot-count = #0 c''4. }
> { \override Dots #'dot-count = #3 c''4. }

That's because the Dots_engraver overrides 'dot-count, which means
your override is ignored:

  46       d->set_property ("dot-count", scm_from_int (dur->dot_count ()));

This also means that the callback for 'dot-count
(dots::calc-dot-count) never gets used.

Regards,
Neil




reply via email to

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