From: Graham Percival Date: Tue, 21 Feb 2006 22:34:44 +0000 (+0000) Subject: Clarified make-moment explanation. X-Git-Tag: release/2.7.36~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b47001e34c50016603ee3fe068d024a1d5c931d8;p=lilypond.git Clarified make-moment explanation. --- diff --git a/ChangeLog b/ChangeLog index 482d5e568a..97e4af7dc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-21 Graham Percival + + * Documentation/user/advanced-notation.itely: fixed make-moment] + example. + 2006-02-21 Han-Wen Nienhuys * lily/include/constrained-breaking.hh (class diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 01b28c0288..b9c9310b27 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -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