From 8af4e95352e8484f91bae02b62328226a5cca1fc Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Wed, 20 Oct 2010 10:18:22 +0100 Subject: [PATCH] Doc: NR 2.1 Vocal: use vocalName rather than instrumentName - also show use of \markup --- Documentation/notation/vocal.itely | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Documentation/notation/vocal.itely b/Documentation/notation/vocal.itely index 3b0aa9b84a..6a12d7a8f3 100644 --- a/Documentation/notation/vocal.itely +++ b/Documentation/notation/vocal.itely @@ -2352,15 +2352,14 @@ Notation Reference: @cindex names, character Character names are usually shown to the left of the staff when the -staff is dedicated to that character alone. The instrument name can -be used for this purpose. +staff is dedicated to that character alone: @lilypond[quote,verbatim,ragged-right] \score { << \new Staff { - \set Staff.instrumentName = #"Kaspar" - \set Staff.shortInstrumentName = #"Kas" + \set Staff.vocalName = \markup \smallCaps Kaspar + \set Staff.shortVocalName = \markup \smallCaps Kas. \relative c' { \clef "G_8" c4 c c c @@ -2369,8 +2368,8 @@ be used for this purpose. } } \new Staff { - \set Staff.instrumentName = #"Melchior" - \set Staff.shortInstrumentName = #"Mel" + \set Staff.vocalName = \markup \smallCaps Melchior + \set Staff.shortVocalName = \markup \smallCaps Mel \clef "bass" \relative c' { a4 a a a -- 2.39.2