]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.1
authorfred <fred>
Sat, 2 Aug 1997 22:35:05 +0000 (22:35 +0000)
committerfred <fred>
Sat, 2 Aug 1997 22:35:05 +0000 (22:35 +0000)
lily/break-caching.cc [new file with mode: 0644]
lily/include/break-caching.hh [new file with mode: 0644]

diff --git a/lily/break-caching.cc b/lily/break-caching.cc
new file mode 100644 (file)
index 0000000..8b13789
--- /dev/null
@@ -0,0 +1 @@
+
diff --git a/lily/include/break-caching.hh b/lily/include/break-caching.hh
new file mode 100644 (file)
index 0000000..73b07d2
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+  break-caching.hh -- declare Break_caching
+
+  source file of the GNU LilyPond music typesetter
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#ifndef BREAK_CACHING_HH
+#define BREAK_CACHING_HH
+
+/**
+  TODO : store breakpoints on the disk.
+ */
+struct Break_caching : Break_algorithm
+{
+    void do_set_pscore();
+    Array<Col_hpositions> do_solve()const;
+};
+
+    
+#endif // BREAK_CACHING_HH