]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/direction.hh
release: 1.1.15
[lilypond.git] / lily / include / direction.hh
index 8afa94ce43eefad662952bb06e7dd55a64c8d705..45f574b83a8bc83e8db9f7c3dc484971cc7cf460 100644 (file)
@@ -21,6 +21,8 @@ enum Direction
   CENTER=0,
   SMALLER=-1,
   BIGGER=1,
+  START = -1,
+  STOP = 1
 };
 
 inline Direction
@@ -36,7 +38,7 @@ flip (Direction *i) {
    if d > 0: the max operator
    if d < 0: the min operator
  */
-template<class T> minmax (Direction d, T, T);
+template<class T> minmax (Direction d, T, T);
 
 String direction_str (Direction, Axis);