]> git.donarmstrong.com Git - lilypond.git/commitdiff
small fixes
authorGraham Percival <graham@percival-music.ca>
Tue, 5 Dec 2006 00:39:31 +0000 (01:39 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 5 Dec 2006 00:39:31 +0000 (01:39 +0100)
COPYING
Documentation/user/advanced-notation.itely
Documentation/user/non-music.itely

diff --git a/COPYING b/COPYING
index c00538b2f93ed16e0f18625cf650bda2e12f52d6..32f7714f7995e0f7af797af93b4d6cb5d502a96e 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-If you want to redistribute LilyPond, you must comply with the the GNU
+If you want to redistribute LilyPond, you must comply with the GNU
 General Public License (reproduced below). This license applies to
 LilyPond with the following exceptions:
 
index de17088361327688612a0e059e9f8429ec69850d..542728bfc5a5531f3e615bfdd6befbe7b0234620 100644 (file)
@@ -1399,7 +1399,7 @@ or @code{\RemoveEmptyRhythmicStaffContext}.
 
 Another application is making ossia sections, i.e., alternative
 melodies on a separate piece of staff, with help of a Frenched
-staff.  See @inputfileref{input/@/manual,ossia@/.ly} for an example.
+staff.  
 
 
 @node Quoting other voices
index f477d882be488cc07f3681bfac677557bcbe4629..414548667f7120bf8d6188c77a789ac639d825ff 100644 (file)
@@ -763,12 +763,15 @@ to a score, for example,
 @example
 \score @{
   @var{...music...}
-  \midi @{  @}
+   \midi @{
+     \context @{
+       \Score
+       tempoWholesPerMinute = #(ly:make-moment 72 4)
+       @}
+     @}
 @}
 @end example
 
-FIXME
-
 The tempo is specified using the @code{\tempo} command.  In this
 example the tempo of quarter notes is set to 72 beats per minute.