X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscale.cc;h=924208486c5c7668c42b4f8bc72f3f82cec3c4a1;hb=cdc06869e2f9aa9f6cf0ca6a42aa4024d9fddb10;hp=aa17285510e531d1823baa63a7d7fd87c0fee48a;hpb=e4429fcb3d6d82243db4ec5b10fd63542c59d57f;p=lilypond.git diff --git a/lily/scale.cc b/lily/scale.cc index aa17285510..924208486c 100644 --- a/lily/scale.cc +++ b/lily/scale.cc @@ -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);