From 2bd84a711f5b1b7c3eb9fa79f04a9295f8a54c15 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:09:52 +0000 Subject: [PATCH] lilypond-0.1.57 --- lily/include/direction.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lily/include/direction.hh b/lily/include/direction.hh index 66abd5f379..358c482517 100644 --- a/lily/include/direction.hh +++ b/lily/include/direction.hh @@ -1,5 +1,5 @@ /* - direction.hh -- declare + direction.hh -- declare Direction source file of the GNU LilyPond music typesetter @@ -10,6 +10,8 @@ #ifndef DIRECTION_HH #define DIRECTION_HH +#include "axes.hh" + enum Direction { UP=1, @@ -36,5 +38,6 @@ flip (Direction *i) { */ template minmax (Direction d, T, T); +String direction_str (Direction, Axis); #endif // DIRECTION_HH -- 2.39.5