lilypond-user
[Top][All Lists]
Advanced

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

Re: error message I don't understand


From: Trevor Daniels
Subject: Re: error message I don't understand
Date: Sun, 28 Dec 2008 12:12:09 -0000

A stencil cannot be overridden to #t.  You need to use \revert
to recover the default behaviour (if that is what you intended):

mitzahl ={ \revert TupletNumber #'stencil }

Trevor

----- Original Message ----- From: "Stefan Thomas" <address@hidden>
To: "lilypond-user" <address@hidden>
Sent: Sunday, December 28, 2008 11:54 AM
Subject: error message I don't understand


Dear lilpond-users,
when compiling the below quoted file I get the error message:
warning: type check for `stencil' failed; value `#t' must be of type `unknown'
I think it has to do with the tuplets, but I don't understand, what
I've done wrong. Here is the snippet:


\version "2.11.65."
klammernormal = { \override TupletBracket #'bracket-visibility = #'if-no-beam }
% Klammer und Zahl werden  ganz normal gezeigt
klammeran =  { \override TupletBracket #'bracket-visibility = ##t }
klammeraus = { \override TupletBracket #'bracket-visibility = ##f }
mitzahl ={ \override TupletNumber #'stencil = ##t }
ohnezahl = { \override TupletNumber #'stencil = ##f }
standardxtol = { \klammernormal \mitzahl }

\relative {
\times 2/3  { c8  d e } \ohnezahl \times 2/3 { f e f } \standardxtol
\times 2/3  { d e f }
\times 2/3 { g f g } }


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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