]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scale.cc
Whitespace issues.
[lilypond.git] / lily / scale.cc
index aa17285510e531d1823baa63a7d7fd87c0fee48a..924208486c5c7668c42b4f8bc72f3f82cec3c4a1 100644 (file)
@@ -18,9 +18,9 @@
 */
 LY_DEFINE (ly_make_scale, "ly:make-scale",
           1, 0, 0, (SCM steps),
-          "Create a scale. "
-          "The argument is a vector of rational numbers, each of which "
-          "represents the number of tones of a pitch above the tonic.")
+          "Create a scale."
+          "  The argument is a vector of rational numbers, each of which"
+          " represents the number of tones of a pitch above the tonic.")
 {
   bool type_ok = scm_is_vector (steps);