lilypond-user
[Top][All Lists]
Advanced

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

command-line option question


From: David Nalesnik
Subject: command-line option question
Date: Thu, 30 Oct 2014 10:10:41 -0500

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



reply via email to

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