]> git.donarmstrong.com Git - lilypond.git/commitdiff
minor editing.
authorGraham Percival <graham@percival-music.ca>
Sat, 28 Aug 2004 03:05:07 +0000 (03:05 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 28 Aug 2004 03:05:07 +0000 (03:05 +0000)
ChangeLog
Documentation/user/examples.itely
Documentation/user/tutorial.itely

index 1dcbb7972791ef25879273049baea8477c72884e..fb45b7e89fcb97bccf1f7e2f17969c2f094872dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * Documentation/user/tutorial.itely: minor editing.
 
+       * Documentation/user/examples.itely: tiny editing.
+
 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * Documentation/user/advanced.itely: removed.
index 2279fed2a57b02acad34da46f0e959d08b3068e3..c1ef81bf82d64dbe070c84aa617b9b309c44c0b4 100644 (file)
@@ -298,7 +298,7 @@ c4 c g c
 bassWords = \lyrics { ho4 ho ho ho }
 
 \score { 
-         \context StaffGroup <<
+         \context ChoirStaff <<
              \context Lyrics = sopranos { s1 }
              \context Staff = women <<
                  \context Voice = sopranos { \voiceOne << \global \sopMusic >> }
@@ -692,10 +692,20 @@ violin concerto as TchaikovskyPI, whereas perhaps you wish to print
 }
 
 \score {
-   {
-  c'4
-  }
-} 
+   \header {
+      piece = "piece1"
+      opus = "opus1"
+    }
+  { c'4 }
+}
+
+\score {
+   \header {
+      piece = "piece2"
+      opus = "opus2"
+    }
+  { c'4 }
+}
 
 @end lilypond
 
index 8c2a9deee4b9de9f3f84c29ba8de505e6324ca00..eccf55c0f6adbeb3c9cbb8fd4abd457d17189d59 100644 (file)
@@ -48,7 +48,7 @@ reference.
 * More staves::                 
 * Adding articulation marks to notes::  
 * Combining notes into chords::  
-* Basic rhythmical commands::   
+* Advanced rhythmic commands::   
 * Commenting input files::      
 * Printing lyrics::             
 * A lead sheet::                
@@ -867,8 +867,8 @@ r4 <c e g>8\>( <c e g> <c e g> <c f a>8\!)
 
 
 
-@node Basic rhythmical commands
-@section Basic rhythmical commands
+@node Advanced rhythmic commands
+@section Advanced rhythmic commands
 
 @cindex pickup
 @cindex anacruse
@@ -938,7 +938,7 @@ ignored.  The following fragment shows possible uses for comments
 
 @example
 % notes for twinkle twinkle follow
-c4 c g' g a a
+c4 c g' g a a g2
 
 %@{
     This line, and the notes below
@@ -949,6 +949,11 @@ c4 c g' g a a
 %@}
 @end example
 
+@c  FIXME
+@c   This is good info, but I wouldn't call it a comment.  IMO it should
+@c   be moved somewhere else.  I don't know exactly where yet, but I'll
+@c   resolve it soon.  -GP
+
 @cindex versioning
 
 There is a special statement that is a kind of comment.  The @code{\version}
@@ -961,7 +966,7 @@ To mark a file for version 2.1.17, use
 
 @noindent
 These annotations make future upgrades of LilyPond go more
-smoothly. Changes in the syntax are handled with a special program,
+smoothly.  Changes in the syntax are handled with a special program,
 @file{convert-ly} (see @ref{Invoking convert-ly}), and it uses
 @code{\version} to determine what rules to apply.