X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscale.cc;h=c4b3ccf2c5f5e963dda69f0678a3e5876bf7725d;hb=0364212c01e7874c7f729f5c7080b58464d1b68a;hp=eeea8f8a42956ebef98411fdeb7ba7c579d5448e;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/scale.cc b/lily/scale.cc index eeea8f8a42..c4b3ccf2c5 100644 --- a/lily/scale.cc +++ b/lily/scale.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2011 Han-Wen Nienhuys + Copyright (C) 2006--2012 Han-Wen Nienhuys 2007--2008 Rune Zedeler 2008 Joe Neeman @@ -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.")