Comment #11 on issue 3179 by [email protected]: too much dots in chords
http://code.google.com/p/lilypond/issues/detail?id=3179

Ah yes, thanks. Unfortunately, it doesn't work for my case. Reason is this line in
define-grobs.scm, I think:

 (staff-position . ,dots::calc-staff-position)

It makes `staff-position' always evaluate to a number, as far as I can see, if I try to extract it with `get_property'.

I could remove the above line from define-grobs.scm, converting `calc-staff-position' to a C++ function which provides the default position so that `staff-position' becomes a real user-definable property which is not set by default. However, I have big doubts whether this is the right way to go...

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to