]> git.donarmstrong.com Git - lilypond.git/blobdiff - TODO
release: 0.1.50
[lilypond.git] / TODO
diff --git a/TODO b/TODO
index ac8a74e7d6c0ce1ae0ded41556921645f5a9e2f2..77ad05afaa046ab8d2a3426d4fd37f5d8f5d95fd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,85 @@
 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
 
+0.2:
+
+       * latex quirk?
+
+       * check for groff / troff/ nroff et
+
+       * use kpsepath to find all TeX dirs
+       - configure.in 
+       - clean-fonts.sh
+
+       * fix MIDI
+
+       * mudela-convert.
+
+       * nicen examples:
+       - remove all \multi
+       - break-up heavily-nested score blocks
+
+       * --metafont
+
+       * disable spaces in TeX stuff
+
+       * height of dyns.
+       
+       * 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
+
+       * bf: abbrevs over whole note
+
+       * 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)
+
+       * tie/slur dir & curvature
+
+       * stem len adjustable
+
+       * mindist for spanners
+
+       
+
+STUFF
+
+
+       * give Items/Spanners access to unbroken originals      
+
+       * scoping for properties
+
+       {       c4
+               \multi 2  < { \stemup .. } { \stemdown .. } >
+               c2 
+       }
+
+       this modifies \stem for the c2
+
        * use properties for:
        - Text_style
        - default_octave
@@ -19,46 +93,45 @@ grep for TODO and ugh/ugr
        - cadenza mode? 
        - MIDI instrument
        - staff title
-       
-       * check out egcs
-       
-       * give Items/Spanners access to unbroken originals      
 
-3RD PARTY BUGS:
+       * page handling:
+       - papersizes
+       - PS output
+       - optimal pagebreaking.
 
-       * ICE: spring-spacer::calcideal()
+       * put errorlevel in Input class
 
-       * collision.cc: 138, g++ errors
+       * AFM for font input?
 
-       * Rational infty(HUGE_VAL) on glibc / w32
+3RD PARTY BUGS:
 
-       * Fix profiling. gprof bugreport?
+       * gdb on RedHat 5
 
-       * read from mmap directly: bugreport to flex developers->
-       yy_scan_buffer in C++..
+       * xdvi: PS in magnifying glass.
 
-       * (where are the) gcc compile warnings on linux
+       * Fix profiling. gprof bugreport?
 
 PROJECTS
 
+       * Unicode support?
+       - 16 bit Strings
+       - -u switch
+       - detect of 16/8 bit files
+       - examples to go with it.
+
        * Spring_spacer:
-       - write a faster Spring_spacer ( without matrices if possible )
+       - 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
-       - revise lexer mode
-       - write perl script for handling it into databases
+       - output header info to MIDI too.
 
-       * emacs-mode for mudela
 
        * 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.
 
@@ -84,30 +157,13 @@ languages:
        - derive lily_stream, Dstream, texstream from ostream?
        - indentable stream as baseclass for TeX stream, lily stream, Dstream.
        - use dstream feature in mi2mu
+       - integrate IO checking into stream class
 
        * input converters
        - NIFF?
        - ABC? 
        - SMDL?
 
-       * robustification
-       - check write errors
-       - check read errors
-       
-
-       * placement of bar-numbers
-
-******************
-
-       \score { < 
-               \melodic { \id "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
        - repeat
@@ -119,7 +175,7 @@ languages:
        (which is at Voice_gravs level)
        - make encapsulated spacing problems.
 
-       * On-demand loading of simple-engravers
+       * On-demand loading of simple-engravers?
 
        * accidentals per Voice_group
 
@@ -140,21 +196,23 @@ 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.)
+       - MusiXTeX output possible? (would have to be done before break calc.)
        - NIFF ?
        - Common Music Notation
        - PostScript output (esp. Beams, Slurs, etc)
        - Move all Score_elems, into libmutype.a
-
  
        * 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)
@@ -172,16 +230,10 @@ languages:
 
        * Redo fonts
        - adapt for multiple font sizes.
-       - hack up mf sources for decent spacing info (and then 
-       read AFM/TFM directly, for text too)
-
-       * Font support:
-       - mixed fontsizes
 
        * 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
@@ -209,7 +261,6 @@ languages:
        - allowing users to set them.
        - penalties
        - specify number of lines
-       - set linelength per line
 
        * Rhythmic staff.
 
@@ -259,20 +310,17 @@ SMALLISH PROJECTS
 
        * A range for context errors (eg. mark both { and }. )
 
-       * merge Atom and Symbol
-
        * lyric in staff  (sharpsharp in staff, text below)
 
        * 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.
 
        * caching Item/spanner dimensions.
@@ -286,8 +334,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
@@ -337,15 +383,14 @@ SMALLISH PROJECTS
 
 IDEAS
 
-       * scoping in Lexer: do general id- assignments in mudela.
-
-       ID '=' EXPR;
+       * Output abstract data structures associated with
+Mudela.
 
        * 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
@@ -379,8 +424,6 @@ IDEAS
 
        * naming of Voice_group/Voice
 
-       * benchmark band_matrices.
-
        * versioning stuff (cvt mudela, mudela, etc.)
 
        * a real convert-mudela
@@ -389,19 +432,16 @@ IDEAS
 
        * 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()
+       * 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