Hi,
Processing the given program test.ly (Windows 7, 64-bit)
\version "2.19.15"
{
\override Stem.count-from = 1
c
}
on the command line like so
>lilypond -dcheck-internal-types=#t test.ly
I expect to see a programming error like
"Grob `Stem' has no interface for property `count-from'"
yet there are no error messages of any sort in the log.
Same result when I set check-internal-types in the .ly file:
#(ly:set-option 'check-internal-types #t)
Am I doing something wrong?
Thanks,
David
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user