]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/direction.hh
release: 1.1.15
[lilypond.git] / lily / include / direction.hh
index 358c482517c2611befd5265b87b64c4ca34bf04a..45f574b83a8bc83e8db9f7c3dc484971cc7cf460 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -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);