CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/07/29 00:19:59

Modified files:
        .              : ChangeLog 
        Documentation/user: basic-notation.itely 
                            instrument-notation.itely invoking.itely 
                            music-glossary.tely 

Log message:
        Misc small changes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3934&tr2=1.3935&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/basic-notation.itely.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/instrument-notation.itely.diff?tr1=1.41&tr2=1.42&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/invoking.itely.diff?tr1=1.38&tr2=1.39&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/music-glossary.tely.diff?tr1=1.103&tr2=1.104&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3934 lilypond/ChangeLog:1.3935
--- lilypond/ChangeLog:1.3934   Thu Jul 28 12:10:24 2005
+++ lilypond/ChangeLog  Fri Jul 29 00:19:59 2005
@@ -1,3 +1,12 @@
+2005-07-28  Graham Percival  <[EMAIL PROTECTED]>
+
+       * Documentation/user/invoking.itely: \score begins with music.
+
+       * Documentation/user/ basic-notation.itely,
+       instrument-notation.itely: minor changes.
+
+       * Documentation/user/music-glossary.itely: began tenuto entry.
+
 2005-07-28  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
Index: lilypond/Documentation/user/basic-notation.itely
diff -u lilypond/Documentation/user/basic-notation.itely:1.30 
lilypond/Documentation/user/basic-notation.itely:1.31
--- lilypond/Documentation/user/basic-notation.itely:1.30       Thu Jul 21 
16:20:24 2005
+++ lilypond/Documentation/user/basic-notation.itely    Fri Jul 29 00:19:59 2005
@@ -1211,6 +1211,9 @@
 >>
 @end lilypond
 
+
[EMAIL PROTECTED]
+
 @cindex @code{whichBar}
 @cindex @code{repeatCommands}
 @cindex @code{defaultBarType}
Index: lilypond/Documentation/user/instrument-notation.itely
diff -u lilypond/Documentation/user/instrument-notation.itely:1.41 
lilypond/Documentation/user/instrument-notation.itely:1.42
--- lilypond/Documentation/user/instrument-notation.itely:1.41  Thu Jul 28 
05:58:39 2005
+++ lilypond/Documentation/user/instrument-notation.itely       Fri Jul 29 
00:19:59 2005
@@ -1905,7 +1905,7 @@
 @end example
 
 @noindent
-at the top of your input file.  This lets you add the special flourishes
+at the top of your input file.  This lets you add the special gracenotes
 common to bagpipe music with short commands.  For example, you could
 write @code{\taor} instead of
 
@@ -1918,7 +1918,7 @@
 @code{\relative} or @code{\transpose}.
 
 @ignore
[EMAIL PROTECTED],verbatim,quote]
[EMAIL PROTECTED],verbatim,quote,notime]
 \include "bagpipe.ly"
 { \grg G4 \grg a \grg b \grg c \grg d \grg e \grg f \grA g A }
 @end lilypond
@@ -1933,6 +1933,38 @@
 
 @ignore
 @lilypond[raggedright,verbatim,quote]
+\include "bagpipe.ly"
+\layout {
+  indent = 0.0\cm
+  \context { \Score \remove "Bar_number_engraver" }
+}
+\header {
+  title = "Amazing Grace"
+  meter = "Hymn"
+  arranger = "Trad. arr."
+}
+\score {
+  \time 3/4
+    
+  \grg \partial 8*2 a8. d16 
+  \slurd d2 \grg f8[ e32 d16.]
+  \grg f2 \grg f8 e
+  \thrwd d2 \grg b4
+  \grG a2 \grg a8. d16
+  \slurd d2 \grg f8[ e32 d16.]
+  \grg f2 \grg e8. f16
+  \dblA A2 \grg A4
+  \grg A2 f8. A16
+  \grg A2 \hdblf f8[ e32 d16.]
+  \grg f2 \grg f8 e
+  \thrwd d2 \grg b4
+  \grG a2 \grg a8. d16
+  \slurd d2 \grg f8[ e32 d16.]
+  \grg f2 e4
+  \thrwd d2.
+  \slurd d2
+  \bar "|."
+}
 @end lilypond
 @end ignore
 
Index: lilypond/Documentation/user/invoking.itely
diff -u lilypond/Documentation/user/invoking.itely:1.38 
lilypond/Documentation/user/invoking.itely:1.39
--- lilypond/Documentation/user/invoking.itely:1.38     Sun Jul 24 19:37:47 2005
+++ lilypond/Documentation/user/invoking.itely  Fri Jul 29 00:19:59 2005
@@ -643,6 +643,9 @@
 @code{toplevel-score-handler} at toplevel.  The default handler is
 defined in the init file @file{scm/@/lily@/.scm}.
 
+The @code{\score} must begin with music, and may contain only
+one music block.
+
 @item
 A @code{\book} block logically combines multiple movements
 (i.e., multiple @code{\score} blocks) in one document.  A number of
Index: lilypond/Documentation/user/music-glossary.tely
diff -u lilypond/Documentation/user/music-glossary.tely:1.103 
lilypond/Documentation/user/music-glossary.tely:1.104
--- lilypond/Documentation/user/music-glossary.tely:1.103       Mon May  2 
14:36:19 2005
+++ lilypond/Documentation/user/music-glossary.tely     Fri Jul 29 00:19:59 2005
@@ -371,6 +371,7 @@
 * tempo indication::            
 * tenor::                       
 * tenth::                       
+* tenuto::                      
 * third::                       
 * thirty-second note::          
 * thirty-second rest::          
@@ -4533,6 +4534,21 @@
 FI: desimi.
 
 @aref{note value}.
+
[EMAIL PROTECTED] tenuto
[EMAIL PROTECTED] tenuto
+
+ES:
+I: tenuto,
+F:
+D:
+NL:
+DK:
+S:
+FI:
+
+An indication that a particular note should be held for the whole
+length.
 
 @node third
 @section third


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to