]> git.donarmstrong.com Git - lilypond.git/commitdiff
Clarified make-moment explanation.
authorGraham Percival <graham@percival-music.ca>
Tue, 21 Feb 2006 22:34:44 +0000 (22:34 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 21 Feb 2006 22:34:44 +0000 (22:34 +0000)
ChangeLog
Documentation/user/advanced-notation.itely

index 482d5e568a63590de87f85f24113dabbae1ffec8..97e4af7dc93381b9d3d91d1ea88d6acd8918a38e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-21  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/advanced-notation.itely: fixed make-moment]
+       example.
+
 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/include/constrained-breaking.hh (class
index 01b28c02889ceef3cd1a1784879690a18431c384..b9c9310b275447b6dc4f64f59cffbd6340460332 100644 (file)
@@ -1740,9 +1740,10 @@ c4 c1
 @end lilypond
 
 @noindent
-As the example illustrates, @code{make-moment n m} constructs
-a duration of n*m notes, where n is any integer and m is a
-lilypond duration.
+As the example illustrates, @code{ly:make-moment n m} constructs a
+duration of n/m, for example @code{ly:make-moment 1 8} is an eighth
+note duration and @code{ly:make-moment 7 16} is the duration of
+seven sixteenths notes.
 
 
 @node Proportional notation