From: wl Date: Sun, 21 Nov 2004 20:46:04 +0000 (+0000) Subject: Fix overlong line. X-Git-Tag: release/2.5.23~921 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=934ead9d16410c480d30a0f60eb1746dbb02d5e9;p=lilypond.git Fix overlong line. --- diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index b37a61d8b8..02aada2296 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -5095,7 +5095,9 @@ Bar numbers can be typeset manually by tweaking the \set Score.markFormatter = #(lambda (mark context) (make-bold-markup - (make-box-markup (number->string (ly:context-property context 'currentBarNumber))))) + (make-box-markup + (number->string (ly:context-property context + 'currentBarNumber))))) c1 \bar "||" \mark \default c1 c1 \mark \default c1 \bar "|." }