]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/tex/tutorial.yo
release: 1.0.17
[lilypond.git] / Documentation / tex / tutorial.yo
index 2ab084682989c4d656e948d4e0ff374c4023134b..02bdaaf9a340b4405bbb9fc30cb9dc88af1c32d9 100644 (file)
@@ -697,11 +697,9 @@ dit(code(\clef) var(clefname)) This command sets the current clef for notation,
     \clef "alto"; c'4    
   )
 dit(code(\key) var(pitch)) This command changes the current key signature.  The
-  key signature is printed at the start of every line. The identifiers
-  code(\major) and code(\minor) can be used to decide if all the 
-  subsequent code(\key) commands are major or minor, respectively. 
-  The default is major keys. The key of C-minor can 
-  thus be specified as `code(\key es)' or `code(\minor \key c)'.
+  key signature is printed at the start of every line.  The argument
+  is the name of the corresponding major key.  The key of C-minor can 
+  thus be specified as `code(\key es)'.
   
 dit(code(\keysignature) var(pitchlist))