]> git.donarmstrong.com Git - lilypond.git/blobdiff - TODO
release: 1.0.11
[lilypond.git] / TODO
diff --git a/TODO b/TODO
index 3ec1590a2523e8f8907537115307a73ffb55e3e8..b25fa11e4ba0f110cf9acc0d38f5f2e84dd52939 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,8 +7,38 @@ done, or is an idea that I want to think about
 Most of the items are marked in the code as well, with full explanation. 
 grep for TODO and ugh/ugr/urg
 
+       * uniformise property names.
+
+       ydirection <-> yDirection
+
+       * 
+   \score{
+      \notes { \property Staff.defaultclef = bass    a b c d }
+      \paper{
+
+
+   Staff = \translator {
+          \type "Line_group_engraver_group";
+          \consists "Bar_engraver";
+          \consists "Clef_engraver";
+          \consists "Key_engraver";
+          \consists "Local_key_engraver";
+          \consists "Time_signature_engraver";
+          \consists "Staff_sym_engraver";
+          \consists "Collision_engraver";
+          \consists "Rest_collision_engraver";
+          \consists "Separating_line_group_engraver";
+          \accepts "Voice";
+       }
+   }
+}
+
+       * typo checks on property names?
+
        * egcs-1.1 support
 
+       * make engraver hacking robust.
+
        * fix LOCALE settings, and \def\foo{2,000pt} output
 
        * use streambufs and iostream
@@ -32,6 +62,8 @@ grep for TODO and ugh/ugr/urg
 
        * \shape 1st dim skipped? 
 
+       * Choire -> Choir
+
        * Language:
        - general plet mechanism.
 
@@ -54,8 +86,6 @@ grep for TODO and ugh/ugr/urg
 
        * install TeX stuff into tex/generic directory.
 
-       * preformatted .info stuff.
-
        * percussion note heads
 
        * mi2mu empty staffs.