Status: Accepted
Owner: ----

New issue 3444 by [email protected]: No warning for misspelled properties
http://code.google.com/p/lilypond/issues/detail?id=3444

Report:
http://lists.gnu.org/archive/html/bug-lilypond/2013-07/msg00069.html

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
}

--
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