From: fred Date: Sat, 2 Aug 1997 22:35:05 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~6099 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fed137f41514319ff0e574a33f26f3f7cc7ee803;p=lilypond.git lilypond-0.1.1 --- 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