]> git.donarmstrong.com Git - lilypond.git/commitdiff
Correct instrument name example
authorPhil Holmes <mail@philholmes.net>
Sat, 20 Oct 2012 14:21:58 +0000 (15:21 +0100)
committerPhil Holmes <mail@philholmes.net>
Sat, 20 Oct 2012 14:52:33 +0000 (15:52 +0100)
Documentation/notation/staff.itely

index c7d799e47a0afb511edc98b47d8ce4568b7eafc1..eea923e476278cce4c204629f0b5f8a8678ded3e 100644 (file)
@@ -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 }