]> git.donarmstrong.com Git - lilypond.git/blobdiff - TODO
release: 0.1.60
[lilypond.git] / TODO
diff --git a/TODO b/TODO
index b8615af6f3adad89c72787573ee90e4a3033e068..06720105d2e4c8f05e34bd76e7b9e699544dccde 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,29 +1,94 @@
 Features you cannot find in the doco as working, should be mentioned here.
-       
+
 This is an assorted collection of stuff that will be done, might be
 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
+grep for TODO and ugh/ug
 
-       * LILYSOURCEDIR
+0.2:
 
-       * spurious "Junk beam" warnings
+       * ly2dvi seams to eat accents as in \'el\'egant
 
-       * standchen: warning: Excentric column (Meter dims?)
+       * libtoolize flowerlib
 
+       * shared lib
 
-       * optimal pagebreaking.
+       * bf: abbrevbeam? 
+
+       * add full coriolan to website.
+
+       * robustify Beam (in case of no stems, 32nd notes)
+
+       * fix [c8 c16 c16] (mustn't slope)
+
+       * fix silly " "2*12 a4 (=4*12) sticky plet 
+
+       * check for groff / troff/ nroff et
+
+       * latex quirk?
+
+       * use kpsepath to find all TeX dirs
+       - configure.in 
+       - clean-fonts.sh
+
+       * mudela-convert.
+
+       * nicen examples:
+       - remove all \multi
+       - break-up heavily-nested score blocks
+
+       * disable spaces in TeX stuff
+       
+       * handle ^C for tmp/file creation.
+
+       * WWW mirror/archive for the mailing lists.
+
+       * dots & rest collisions.
+
+       * add a screenshot to the website. :)
+
+       * documentation
+       - introduction?
+       - info?
+       - LaTeX?
+       - more manpages?
+
+       * naming Mozarella, Madeira, Muella?
+
+       * versioning for Feta
+
+       * the warning about the negative slur/tie length appears twice
+       which is irritating.
+
+       * The `3' in the meter key is a one or two pixels too thin (at 600dpi)
+       in the middle:
+
+       * better hshift (dots, distance, head dependent)
+
+       * stem len adjustable
+
+STUFF
+      * clefs: The names I'd like are of the form
+
+            [FGC]n{[_^]8}   F, G or C clef, on nth line, subscripted
+                            or superscripted with an 8.
+        So:                 
+            G, G2, treble, (== current `violin') G clef on second line.
+            F, F4, bass    (== current `bass' )  F clef on fourth line
+            G_8, G2_8      G clef on 2nd line, with 8 subscript
+            G^8            G clef on 2nd line with 8 superscript
+            C1, soprano    (==current `soprano') C clef on first line.
+            C2,            (==current `mezzosoprano') C clef on second line
+            C3, alto       (==current `alto')      C clef on third line
+            C4, tenor      (==current `tenor')     C clef on fourth line
+            C5             (==current `baritone') C clef on fifth line)
 
-       * put errorlevel in Input class
 
-       * AFM for font input?
 
-       * Make general "spanning"-elements and "placer"-elements
+       * give Items/Spanners access to unbroken originals      
 
-       - naming Mozarella, Madeira, Muella, Feta?
-       - bf: abbrevs over whole note
-       - scoping for properties
+       * scoping for properties
 
        {       c4
                \multi 2  < { \stemup .. } { \stemdown .. } >
@@ -46,17 +111,21 @@ grep for TODO and ugh/ugr
        - MIDI instrument
        - staff title
 
-       * give Items/Spanners access to unbroken originals      
+       * page handling:
+       - PS output
+       - optimal pagebreaking.
 
-       * Score_bar/Piano_braces, are *not* ordinary bars 
+       * put errorlevel in Input class
+
+       * AFM for font input?
 
-3RD PARTY BUGS:
 
-       * ICE: spring-spacer::calcideal()
+3RD PARTY BUGS:
 
-       * collision.cc: 138, g++ errors
+       * tried egcs 1.0.2: failed on lily/stem.cc -> flower/include/interval.hh
+         should narrow down and send bug report
 
-       * Rational infty(HUGE_VAL) on glibc / w32
+       * xdvi: PS in magnifying glass.
 
        * Fix profiling. gprof bugreport?
 
@@ -69,27 +138,23 @@ PROJECTS
        - examples to go with it.
 
        * Spring_spacer:
-       - write a faster Spring_spacer ( without matrices if possible )
-       - use straight QP to find minimal "fitting force"
+       - write a faster Spring_spacer (without matrices if possible)
+       - use straight LP to find minimal "fitting force"
        - relate energybound to linelen unitspace fontsize etc.
        - used fixed point fp
 
        * \header
-       - write perl script for handling it into databases
-       - write TeX macros to generate titles
+       - output header info to MIDI too.
+
 
        * Makefile stuff:
-       - have make dist produce tarball in out/ directory.
-       - Use Automake
        - shared lib on Solaris too.
-       - check libtool
-       - generate stuff in out/default, out/sun5-irix etc iso out/ 
-       and out-sun5/
 
        * Add mudela-output to Rosegarden.
 
        * a musical dictionary. See Documentation/vocabulary-*, other
 languages:
+       - explanation
        - italian
        - german
        - dutch
@@ -117,36 +182,23 @@ languages:
        - ABC? 
        - SMDL?
 
-       * placement of bar-numbers
-
-******************
-
-       \score { < 
-               \melodic \type Staff { c'4 g'4 }
-               \lyric { \id "Lyric" ""; hello4 bye4 < a chord > }
-               \lyric { \id "Lyric" ""; bye4 hello4 }
-               \melodic { \id "Staff" ""; c'4 g'4 }
-       > }
-
-******************
-
        * add to MIDI output:
        - tempo change
+       - ornaments (and trills?)
        - repeat
        - slurs
-       - dynamics etc.
+       - accents
+       - dynamics
+       - account for rhythmic position in measure
+       - etc.
 
        * grace notes
        - make separate class for Grace_*_engravers 
        (which is at Voice_gravs level)
        - make encapsulated spacing problems.
 
-       * On-demand loading of simple-engravers?
-
        * accidentals per Voice_group
 
-       * Convert all ref/bib stuff into BibTeX.
-
        * Output class, handles : (smallish)
        - help text /(c) notice?
        - version line
@@ -162,12 +214,12 @@ languages:
        - text
        - slur start/end
 
+       * cautionary accidental
+
        * Output an output format independent (ofi) typeset file; and 
-         make ofi2 TeX, MusixTex, Display PostScript, PostScript,
+         make ofi2 TeX, MusiXTex, Display PostScript, PostScript,
          Ascii... interpreters. (difficult)
 
-       - poor man's ascii output possible?
-       - MusixTeX output possible? (would have to be done before break calc.)
        - NIFF ?
        - Common Music Notation
        - PostScript output (esp. Beams, Slurs, etc)
@@ -176,12 +228,12 @@ languages:
        * Documentation
        - Doc Mutopia (Music To The People) 
        - Doc (C) stuff of sheet music
+       - a better format?  SGML?  TeX?  Info?
        - a tutorial
 
        * TeX spanners , use texbeam.cc as an example (smallish)
        - Glissando
        - trill
-       - bracket
 
        * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
        - [c8. c32 c32]
@@ -197,7 +249,6 @@ languages:
        * lines:
        - Ledger lines, should be separate item: Ledger_lines, Ledger_lines
        - set different line sizes / thicknesses
-       - stem down too far right
        - beam stem showthrough, inter beam sizes (french vs german style)
 
        * Collisions
@@ -222,19 +273,11 @@ languages:
        * breaking:
        - caching breakpoints
        - saving them
-       - allowing users to set them.
        - penalties
        - specify number of lines
-       - set linelength per line
 
        * Rhythmic staff.
 
-       * Baroque superstaff
-
-SEVERELY LACKING:
-
-       * SPEED!
-
        * multibar rests
 
        * markers
@@ -280,15 +323,14 @@ SMALLISH PROJECTS
        * write Dynamic_line (to group dynamics horizontally)
 
        * use Real for all y positions.
+       - use translate_axis( .. ,Y_AXIS) 
 
        * half-sharps, half-flats
 
        * adaptive accidental spacing.
 
-       * unix style paths for LILYINCLUDE env
-
        * handle EOF graciously in error messages.
-
+oo
        * caching Item/spanner dimensions.
 
        * centered whole rest
@@ -300,8 +342,6 @@ SMALLISH PROJECTS
 
        * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
 
-       * parshape
-
        * Flower types:
        - A decent scalar type
        - String hash
@@ -351,14 +391,13 @@ SMALLISH PROJECTS
 
 IDEAS
 
-       * Output abstract data structures associated with
-Mudela.
+       * Output data structures of Mudela in XML/SGML.
 
        * create libmudela, or liblily_frontend
 
        * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
 
-       * use an embedded language: Python
+       * use an embedded language: Python, Scheme
        for: 
                - Score_elems
                - Engraver
@@ -390,10 +429,6 @@ Mudela.
                if ( t <= get_type( q ))
                        ..
 
-       * naming of Voice_group/Voice
-
-       * benchmark band_matrices.
-
        * versioning stuff (cvt mudela, mudela, etc.)
 
        * a real convert-mudela
@@ -402,20 +437,10 @@ Mudela.
 
        * use String iso Text_def for lyrics.
 
-       * use position 0 for center of staff iso bottom.
-
        * Klavarskribo?
 
        * lyrics in chords still fuck up.
 
-       - rewire acknowledge_element() logic with a process_acknowledged()
-
        * pushgroup/popgroup
 
-       * whole head on ledger line
-
-       * multi threading?
-         - 1 thread per element/ 1 thread per line
-         - 1 thread per Translator
-
        * Use hooks/dependency graphs for properties