From: Phil Holmes Date: Sat, 20 Oct 2012 14:21:58 +0000 (+0100) Subject: Correct instrument name example X-Git-Tag: release/2.17.5-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09f29b31d131ad75f09a2492c50860f1b1cbc4c8;p=lilypond.git Correct instrument name example --- diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index c7d799e47a..eea923e476 100644 --- a/Documentation/notation/staff.itely +++ b/Documentation/notation/staff.itely @@ -910,8 +910,9 @@ multi-line instrument names, @code{\center-column} must be used: { f2 g4 f } \new Staff \with { instrumentName = \markup { - \center-column { "Clarinet" } - \line { "in B" \smaller \flat } + \center-column { "Clarinet" + \line { "in B" \smaller \flat } + } } } { c4 b c2 }