From fed137f41514319ff0e574a33f26f3f7cc7ee803 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 2 Aug 1997 22:35:05 +0000 Subject: [PATCH] lilypond-0.1.1 --- lily/break-caching.cc | 1 + lily/include/break-caching.hh | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 lily/break-caching.cc create mode 100644 lily/include/break-caching.hh diff --git a/lily/break-caching.cc b/lily/break-caching.cc new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/lily/break-caching.cc @@ -0,0 +1 @@ + diff --git a/lily/include/break-caching.hh b/lily/include/break-caching.hh new file mode 100644 index 0000000000..73b07d21ee --- /dev/null +++ b/lily/include/break-caching.hh @@ -0,0 +1,23 @@ +/* + break-caching.hh -- declare Break_caching + + source file of the GNU LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + + +#ifndef BREAK_CACHING_HH +#define BREAK_CACHING_HH + +/** + TODO : store breakpoints on the disk. + */ +struct Break_caching : Break_algorithm +{ + void do_set_pscore(); + Array do_solve()const; +}; + + +#endif // BREAK_CACHING_HH -- 2.39.5