]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gregorian-ligature.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / gregorian-ligature.hh
index b874311c256425221f047869ad119ee3bfd7a9d2..8caf27044e1dee13e3bb28ac582e8be18aa0c000 100644 (file)
@@ -1,9 +1,20 @@
 /*
-  gregorian-ligature.hh -- part of GNU LilyPond
+  This file is part of LilyPond, the GNU music typesetter.
 
-  source file of the GNU LilyPond music typesetter
+  Copyright (C) 2003--2014 Juergen Reuter <reuter@ipd.uka.de>
 
-  (c) 2003--2007 Juergen Reuter <reuter@ipd.uka.de>
+  LilyPond is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  LilyPond is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef GREGORIAN_LIGATURE_HH
@@ -13,11 +24,10 @@ class Grob;
 #include "std-string.hh"
 #include "grob-interface.hh"
 
-
 class Gregorian_ligature
 {
 public:
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
   static string prefixes_to_str (Grob *);
 };
 
@@ -50,14 +60,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 */