X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscale.cc;h=c4b3ccf2c5f5e963dda69f0678a3e5876bf7725d;hb=f3b6285af7a9e414b12d2d61ada30aef695bd72f;hp=516969f28798c3f459c6856d50e430d0e6a71dfa;hpb=d61cf3bbdb1c6670a127ba3baddf2f04d3e34fd3;p=lilypond.git diff --git a/lily/scale.cc b/lily/scale.cc index 516969f287..c4b3ccf2c5 100644 --- a/lily/scale.cc +++ b/lily/scale.cc @@ -75,9 +75,9 @@ Scale *default_global_scale = 0; LY_DEFINE (ly_set_default_scale, "ly:set-default-scale", 1, 0, 0, (SCM scale), - "Set the global default scale. This determines the tuning of" + "Set the global default scale. This determines the tuning of" " pitches with no accidentals or key signatures. The first" - " pitch is C. Alterations are calculated relative to this" + " pitch is C. Alterations are calculated relative to this" " scale. The number of pitches in this scale determines the" " number of scale steps that make up an octave. Usually the" " 7-note major scale.")