From: Graham Percival Date: Thu, 11 Oct 2007 23:41:49 +0000 (-0700) Subject: Misc minor improvements. X-Git-Tag: release/2.11.35-1~46^2~53 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=59b91873be1615ddbeb800632afad2b538686de9;p=lilypond.git Misc minor improvements. --- 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