]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/break-caching.hh
release: 0.1.11
[lilypond.git] / lily / include / break-caching.hh
1 /*
2   break-caching.hh -- declare Break_caching
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef BREAK_CACHING_HH
11 #define BREAK_CACHING_HH
12
13 /**
14   TODO : store breakpoints on the disk.
15  */
16 struct Break_caching : Break_algorithm
17 {
18     void do_set_pscore();
19     Array<Col_hpositions> do_solve() const;
20 };
21
22     
23 #endif // BREAK_CACHING_HH