From: Graham Percival Date: Sun, 5 Sep 2010 13:04:08 +0000 (+0100) Subject: Typo fixes: backslash, join one set of comments. X-Git-Tag: release/2.13.33-1~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=774f7b99cadfebdfc5f85c7af37ee4dd97e09613;p=lilypond.git Typo fixes: backslash, join one set of comments. The backslash was doing nothing. Nick said this was ok. It's confusing having two of those almost-identical comments indented, and two non-indented. They all fit within 80 chars. Relax; I'm not going to go on a stylistic editing spree right before 2.14. These are (I think) the only changes I'll be making on master without more discussion. --- diff --git a/lily/include/gregorian-ligature.hh b/lily/include/gregorian-ligature.hh index 98c5cbe5d5..5414a5c69a 100644 --- a/lily/include/gregorian-ligature.hh +++ b/lily/include/gregorian-ligature.hh @@ -61,14 +61,10 @@ public: * These definitions may be extended by more specific Gregorian * ligatures such as vaticana-ligature.hh. */ -#define PES_LOWER 0x0001 // this is a head before "\~" in an - // ascending melody -#define PES_UPPER 0x0002 // this is a head after "\~" in an - // ascending melody -#define FLEXA_LEFT 0x0004 // this is a head before "\~" in a -// descending melody -#define FLEXA_RIGHT 0x0008 // this is a head after "\~" in a -// descending melody +#define PES_LOWER 0x0001 // this is a head before "\~" in an ascending melody +#define PES_UPPER 0x0002 // this is a head after "\~" in an ascending melody +#define FLEXA_LEFT 0x0004 // this is a head before "\~" in a descending melody +#define FLEXA_RIGHT 0x0008 // this is a head after "\~" in a descending melody #define AFTER_DEMINUTUM 0x0020 // previous head was a deminutum #endif /* GREGORIAN_LIGATURE_HH */ diff --git a/lily/include/staff-symbol-referencer.hh b/lily/include/staff-symbol-referencer.hh index 312db5c9cc..cf6af128f3 100644 --- a/lily/include/staff-symbol-referencer.hh +++ b/lily/include/staff-symbol-referencer.hh @@ -51,7 +51,7 @@ public: static Interval extent_in_staff (Grob *); }; -int compare_position (Grob *const &, Grob *const &);\ +int compare_position (Grob *const &, Grob *const &); bool position_less (Grob *const &, Grob *const &); #endif /* STAFF_SYMBOL_REFERENCER_HH */