From: Graham Percival Date: Tue, 5 Dec 2006 00:39:31 +0000 (+0100) Subject: small fixes X-Git-Tag: release/2.11.2-1~63 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=45dcfd534b0599f2d5dd6fc7ba80ae1247fe5699;p=lilypond.git small fixes --- diff --git a/COPYING b/COPYING index c00538b2f9..32f7714f79 100644 --- 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: diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index de17088361..542728bfc5 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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 diff --git a/Documentation/user/non-music.itely b/Documentation/user/non-music.itely index f477d882be..414548667f 100644 --- a/Documentation/user/non-music.itely +++ b/Documentation/user/non-music.itely @@ -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.