]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scale.cc
Merge branch 'master' of ssh://jeancharlesm@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / scale.cc
index ecd2b9357edb3a2ea4aec7c8ed10405c9008eb05..5d8ccc9a38f9edb7467a9f53f9dc78c7705c6b77 100644 (file)
@@ -17,7 +17,7 @@
 */
 LY_DEFINE (ly_make_scale, "ly:make-scale",
           1, 0, 0, (SCM steps),
-          "Create a scale. Takes a vector of ints as argument")
+          "Create a scale.  Takes a vector of integers as argument.")
 {
   bool type_ok = scm_is_vector (steps);