]> git.donarmstrong.com Git - lilypond.git/commitdiff
Misc minor improvements.
authorGraham Percival <graham@percival-music.ca>
Thu, 11 Oct 2007 23:41:49 +0000 (16:41 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:41 +0000 (09:48 +0100)
Documentation/user/pitches.itely

index 0afbd31c7903c18f95f2f943988fbfad1afb30bf..05d1bfc65101db6972fffbe33d4dd5c62ad79bba 100644 (file)
@@ -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