lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3444 in lilypond: No warning for misspelled proper


From: lilypond
Subject: [Lilypond-auto] Issue 3444 in lilypond: No warning for misspelled properties
Date: Sun, 07 Jul 2013 20:03:37 +0000

Status: Accepted
Owner: ----

New issue 3444 by address@hidden: 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

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