bug-lilypond
[Top][All Lists]
Advanced

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

No warning for misspelled properties.


From: Thomas Morley
Subject: No warning for misspelled properties.
Date: Sun, 7 Jul 2013 21:36:00 +0200

Hi,

although they're misspelled, neither of the commands in the following
code returns a warning, nor does 2.16.2 (apart from the _expected_
syntax error).
Selfcompiled 2.17.22 doesn't throw an error, too.

\version "2.17.21"

{
  \override Score.RehearsalMark #'verticalll-skylinesss = #'()
  \override Score.RehearsalMark.verticalll-skylinesss = #'()
  \override Score.RehearsalMark #'horizontall-skylinesss = #'()
  \override Score.RehearsalMark.horizontall-skylinesss = #'()

  \mark \default
  R1
}


Cheers,
 Harm



reply via email to

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