]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily-library.scm
Issue 3404 (partially): Small corrections to the scheme reformatting patch.
[lilypond.git] / scm / lily-library.scm
index 48ee33cf50f20be5dca07da805bfa6e2d7d28dcf..f9bcdc6ecf2f2df436eb149b8458f14be990677d 100644 (file)
@@ -100,9 +100,9 @@ the numeric factor by which they increase the duration."
   (- 2 (/ (ash 1 dotcount))))
 
 (define-public (duration-length dur)
-"Return the overall length of a duration, as a number of whole notes.
-(Not to be confused with ly:duration-length, which returns a less-useful
-moment object.)"
+"Return the overall length of a duration, as a number of whole
+notes.  (Not to be confused with ly:duration-length, which returns a
+less-useful moment object.)"
   (ly:moment-main (ly:duration-length dur)))
 
 (define-public (duration-visual dur)