From 5453d4080eddfd98cc4c6540b6c96c557d90193f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 21 Nov 2004 20:46:04 +0000 Subject: [PATCH] Fix overlong line. --- Documentation/user/notation.itely | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 "|." } -- 2.39.5