Change all occurences of echo -n to printf for portability (issue 5903046)

2012-03-24 Thread dak
http://codereview.appspot.com/5903046/diff/1/scripts/build/install-info-html.sh File scripts/build/install-info-html.sh (right): http://codereview.appspot.com/5903046/diff/1/scripts/build/install-info-html.sh#newcode129 scripts/build/install-info-html.sh:129: printf $name: Writing index:

Re: Change all occurences of echo -n to printf for portability (issue 5903046)

2012-03-24 Thread dak
http://codereview.appspot.com/5903046/diff/1/smart-autogen.sh File smart-autogen.sh (right): http://codereview.appspot.com/5903046/diff/1/smart-autogen.sh#newcode16 smart-autogen.sh:16: printf $AUTOGEN_INPUT_CHECKSUM $CHECKSUM_FILE On 2012/03/24 06:00:52, dak wrote: I'd prefer %s

Re: Add an example implementation of cross-staff stems (issue 5882053)

2012-03-24 Thread dak
On 2012/03/23 21:46:41, Pavel Roskin wrote: OK, I'll use make-engraver in the next revision. I guess I'll need to strip all Lilypond 2.14 compatibility stuff if this snippet is to be a part of the Lilypond documentation. In LilyPond itself, it makes sense to document the latest version.

Re: Add an example implementation of cross-staff stems (issue 5882053)

2012-03-24 Thread James
Hello, On 24 March 2012 08:19, d...@gnu.org wrote: On 2012/03/23 21:46:41, Pavel Roskin wrote: OK, I'll use make-engraver in the next revision.  I guess I'll need to strip all Lilypond 2.14 compatibility stuff if this snippet is to be a part of the Lilypond documentation. In

New Japanese PO file for 'lilypond' (version 2.15.29)

2012-03-24 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'lilypond' has been submitted by the Japanese team of translators. The file is available at: http://translationproject.org/latest/lilypond/ja.po (We can arrange things so

Re: Change all occurences of echo -n to printf for portability (issue 5903046)

2012-03-24 Thread dak
http://codereview.appspot.com/5903046/diff/6001/smart-autogen.sh File smart-autogen.sh (right): http://codereview.appspot.com/5903046/diff/6001/smart-autogen.sh#newcode16 smart-autogen.sh:16: printf %s $AUTOGEN_INPUT_CHECKSUM $CHECKSUM_FILE Remove trailing space in this line before pushing.