From: Han-Wen Nienhuys Date: Wed, 17 Apr 2002 11:37:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.5.53~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c8b47f605edef8c5ebcd8297a5c5bc8ac432cbef;p=lilypond.git *** empty log message *** --- diff --git a/lily/ligature-bracket.cc b/lily/ligature-bracket.cc index 2e7d816fbc..e63c4cdf9d 100644 --- a/lily/ligature-bracket.cc +++ b/lily/ligature-bracket.cc @@ -143,3 +143,4 @@ Ligature_bracket::brew_molecule (SCM smob) return bracket.smobbed_copy (); } + diff --git a/lily/staff-symbol.cc b/lily/staff-symbol.cc index 5f5d916118..6d36b043e6 100644 --- a/lily/staff-symbol.cc +++ b/lily/staff-symbol.cc @@ -118,5 +118,5 @@ ADD_INTERFACE (Staff_symbol,"staff-symbol-interface", "This spanner draws the lines of a staff. The center (i.e. middle line or space) is position 0.", - "staff-space thickness line-count"); + "ragged-right staff-space thickness line-count");