2011/7/18 Neil Puttock <n.putt...@gmail.com>: > 2011/7/18 Janek Warchoł <lemniskata.bernoull...@gmail.com>: > >> 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.
Thanks! New patch set uploaded to deal with this. (btw I hope that i didn't write anything untrue there..,) Makes from scratch. cheers, Janek http://codereview.appspot.com/4636081/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel