From 59b91873be1615ddbeb800632afad2b538686de9 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 11 Oct 2007 16:41:49 -0700 Subject: [PATCH] Misc minor improvements. --- Documentation/user/pitches.itely | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/user/pitches.itely b/Documentation/user/pitches.itely index 0afbd31c79..05d1bfc651 100644 --- a/Documentation/user/pitches.itely +++ b/Documentation/user/pitches.itely @@ -636,15 +636,16 @@ command: @lilypond[quote,ragged-right,fragment,verbatim] << \new Staff { - g'1^G % default treble clef + % treble clef by default + c'1^"middle C" } \new Staff { \clef alto - c'1^C + c'1^"middle C" } \new Staff { \clef bass - f1^F + f1^"middle C" } >> @end lilypond -- 2.39.5