]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/gregorian-ligature.hh
Midi2ly: Add doco and changes.
[lilypond.git] / lily / include / gregorian-ligature.hh
index 98c5cbe5d5acbc796d5b6551296badccaf9a8a51..cfe81bcf942c0e4031dcafe161f10ce296488e86 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2003--2010 Juergen Reuter <reuter@ipd.uka.de>
+  Copyright (C) 2003--2011 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
@@ -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 */