X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fstaff-symbol.cc;h=a6ab40d9093fcc1f58d4120be8a2f92da0a12783;hb=160d77656b77df6746565208a11f8fa718f71471;hp=f999346753e44620bbebde59233da9d8271ef1e0;hpb=44ad1d66c072e4d6545e75c769c86a460cb1df13;p=lilypond.git diff --git a/lily/staff-symbol.cc b/lily/staff-symbol.cc index f999346753..a6ab40d909 100644 --- a/lily/staff-symbol.cc +++ b/lily/staff-symbol.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #include "staff-symbol.hh" @@ -29,7 +29,7 @@ Staff_symbol::print (SCM smob) Interval span_points (0, 0); /* - For raggedright without ragged staffs, simply set width to the linewidth. + For raggedright without ragged staves, simply set width to the linewidth. (ok -- lousy UI, since width is in staff spaces) @@ -139,7 +139,7 @@ Staff_symbol::get_ledger_line_thickness (Grob *me) return z[X_AXIS] * get_line_thickness (me) + z[Y_AXIS] * staff_space (me); } -MAKE_SCHEME_CALLBACK(Staff_symbol,height,1); +MAKE_SCHEME_CALLBACK (Staff_symbol, height,1); SCM Staff_symbol::height (SCM smob) {