lilypond-devel
[Top][All Lists]
Advanced

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

Re: modifying default behaviour of tremolo slashes (issue4636081)


From: Neil Puttock
Subject: Re: modifying default behaviour of tremolo slashes (issue4636081)
Date: Mon, 18 Jul 2011 22:51:43 +0100

2011/7/18 Janek Warchoł <address@hidden>:

> Btw,
>
>> [/home/jlowe/lilypond-git/build/out/share/lilypond/current/scm/document-markup.scm]
>> Writing "internals.texi"...ERROR: In procedure procedure-name:
>> ERROR: Wrong type argument in position 1: #f
>> make[1]: *** [out/internals.texi] Error 1
>> rm out/weblinks.itexi
>> make[1]: Leaving directory
>> `/home/jlowe/lilypond-git/build/Documentation'
>> make: *** [all] Error 2
>
> what does this mean?  I het similar errors from time to time and i
> never know what to do with them.

It usually means you've added a property but neglected to document it:

+++ b/scm/define-grobs.scm
@@ -1934,7 +1934,7 @@
(beam-width . ,ly:stem-tremolo::calc-width) ; staff-space
(slope . ,ly:stem-tremolo::calc-slope)
(stencil . ,ly:stem-tremolo::print)
- (style . ,ly:stem-tremolo::calc-style)
+ (shape . ,ly:stem-tremolo::calc-shape)

'shape needs documentation in scm/define-grob-properties.scm.

BTW, you're still reading 'style in stem-tremolo.cc, so it shouldn't
be removed from the interface macro.

Cheers,
Neil



reply via email to

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