From: James Lowe Date: Mon, 16 Aug 2010 14:30:16 +0000 (+0100) Subject: Doc: Usage.itely - script example line breaks X-Git-Tag: release/2.13.31-1~58 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dc29cd81f1fc2a7097d2f8f51908beae602c0062;p=lilypond.git Doc: Usage.itely - script example line breaks Script example is too long for a single line and causes information to run of edge of PDF. Split up script using trailing backslash onto multiple line --- diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index 5f0945c725..f661d89201 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -507,7 +507,10 @@ You can use @code{sed} to create the necessary copy commands for a given executable: @example -for i in "/usr/local/lilypond/usr/bin/lilypond" "/bin/sh" "/usr/bin/; do ldd $i | sed 's/.*=> \/\(.*\/\)\([^(]*\).*/mkdir -p \1 \&\& cp -L \/\1\2 \1\2/' | sed 's/\t\/\(.*\/\)\(.*\) (.*)$/mkdir -p \1 \&\& cp -L \/\1\2 \1\2/' | sed '/.*=>.*/d'; done +for i in "/usr/local/lilypond/usr/bin/lilypond" "/bin/sh" "/usr/bin/; \ + do ldd $i | sed 's/.*=> \/\(.*\/\)\([^(]*\).*/mkdir -p \1 \&\& \ + cp -L \/\1\2 \1\2/' | sed 's/\t\/\(.*\/\)\(.*\) (.*)$/mkdir -p \ + \1 \&\& cp -L \/\1\2 \1\2/' | sed '/.*=>.*/d'; done @end example @end itemize