]> git.donarmstrong.com Git - lilypond.git/blobdiff - TODO
release: 0.0.76
[lilypond.git] / TODO
diff --git a/TODO b/TODO
index a08cea7fb21690a5e340d9a5734d4a647ac6884d..5ac024269a3ef83747e4e0c68c7e10302678c52b 100644 (file)
--- a/TODO
+++ b/TODO
-IMPORTANT
-       * resolve notehead/rest ambiguities and bugs. [HWN]
-       eg, [c8 r8 c8] 
+0.1:
 
+       * versioning stuff (cvt mudela, mudela, etc.)
 
-       * mi2mu man page
+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
 
-       * use Real for y positions.
+Most of the items are marked in the code as well, with full explanation. 
+grep for TODO and ugh/ugr
 
-       * update 20 pt table
+       * dots into separate item.
 
-       * rename mf fonts to avoid conflicts with musixtex
+       * lyrics in chords still fuck up.
 
-       * decent TeX page layout
+       * add to MIDI output:
+       - tempo change
+       - repeat
+       - slurs
+       - dynamics etc.
 
-       * per-pstaff item-widths [JCN]
+       * rewire acknowledge_element() logic with a process_acknowledged()
 
-       * script priority
+       * pushgroup/popgroup
 
-       * slur direction
+       * whole head on ledger line
 
-       * use own fonts/update musixtex fonts
-
-       * check return status in make_website
+       * piano staff
 
-       * plet.ly
+       * implement better breaking algorithm
 
-       * a Hands on tutorial [HKN]
+       * update 20 pt table
 
-This is an assorted collection of stuff that will be done, might be
-done, or is an idea that I want to think about
+       * decent TeX page layout
 
-PARSER
-       * Duration-> Musical_duration, typedef Rational Duration?
+       * enter script priority
 
-BUGS
+       * a hands on tutorial
 
-       * detect -pipe
-       
-       * redo timing stuff <-> pulk to allow \meter 2/4; e2. to work
-       out correctly
+PROJECTS
 
-       * key transposition.
+       * grace notes
+       - adapt for multiple font sizes.
+       - make separate class for Grace_*_engravers 
+       (which is at Voice_gravs level)
+       - move stem, beam, slur into baseclass to adapt for (fixed
+       size) grace notes.
+
+       * accidentals per Voice_group
+
+       * Convert all ref/bib stuff into BibTeX.
+
+       * Output class, handles : (smallish)
+       - help text /(c) notice?
+       - version line
+       - warning /errors/progress
+       - abort on error/warning; exit status
+       - quiet/ignore-version options
+       - logfile output
+
+       * elaborate Staff_side baseclass:
+       - scripts
+       - text
+       - slur start/end
+
+       * Output an output format independent (ofi) typeset file; and 
+         make ofi2 TeX, MusixTex, 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)
+       - Move PScore, Items, Spanners etc. into libmutype.a
+
+       * separate Score_elem settings in user-settable (properties
+       .. ) and non-user-settable part. Maybe use something like X-resources:
+       "Staff=oboe*dir: 0", "Staff=*.Voice_group=solo*dir: 1"
+
+       * TeX spanners , use texbeam.cc as an example (smallish)
+       - Glissando
+       - trill
+       - bracket
+
+       * Rewrite Stem, Beam and Rhythmic_grouping (hairy)
+       - [c8. c32 c32]
+       - interbeam height
+       - doc on Rhythmic_grouping
+       - general shaving on Beam and Stem
+       - use plet grouping
+       - abbreviations [c2 c2]1/2
+       - separate visual from rhythmic info even more
+       - beams over bars
+
+
+       * Redo font support 
+       - rename mf fonts to avoid conflicts with musixtex
+       - use own fonts/update musixtex fonts/find older (c)-less fonts
+       - hack up mf sources for decent spacing info (and then 
+       read AFM/TFM directly, for text too)
+       - use MF to generate rules.
+       - rewrite : make a metafont iso font
+
+       * 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
+       - bring Collision::do_pre_processing to haircutter
+       - left/right note balls should be handled by Collision:
+       < \multi 2; { \stem 1; <b c> } { <f as b> } >
+
+       * Keys:
+       - merge key{item} & localkey{item}?
+       - do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
+         besides lists of flats/sharps, possibly via declaration
+       - key transposition. 
+       - key undo: \key bes; .. . \key; should print natural   
+       - special key: \key 'b bes bis';
+       - spacing, national styles?
 
-       * hairpin width
+PARSER
+       * Duration -> Musical_duration, typedef Rational Duration?
 
-       * help-lines for rests
+BUGS
 
-       * [c8. c32 c32]
+       * fix mysterious Flex malloc bug 
 
-       * cis ( | ) cis
+       * should adjust stemlength for flag number.
 
        * lilypond - -> crash
 
-
+       * standchen triool beam up/down
+       
+       * (where are the) gcc compile warnings on linux
+       
 SEVERELY LACKING:
 
        * SPEED!
 
-       * grace notes
-
-FURTHER FOR ORCHESTRAL SCORE:
-
        * multibar rests
 
        * barnumbers, markers
@@ -69,11 +148,32 @@ FURTHER FOR ORCHESTRAL SCORE:
 
 INPUTLANGUAGE
 
+       * c4 4 4 4 for c4 c4 c4 c4?
+
+       * neatly (and readably) expressing concurrent
+       voices
+
+       * <c f a>4 ?
+
+       * should have \require{package.ly} to read req'd packages.
+
+       * Viola mode?
+
+               @c c g e g 
+       for
+               c g es g, 
+
+               @A c g e g
+       for
+               cis gis e gis
+
        * relative mode for pitch entering
 
-       * configure pitch_byte
+       * bracket (bracketplets)
+
+       * \duration 8; e*2/3
 
-       * special key.
+       * configure pitch_byte
 
        * figured bass?
 
@@ -83,48 +183,65 @@ INPUTLANGUAGE
 
        * subtime with Subtle_reqs
 
+PROJECTS
+
+       * Do RTTI i.s.o. static_name(), name() and request-junk.
+
 SMALLISH PROJECTS
 
-       * use rest size in Collision
+       * A range for context errors (eg. mark both { and }. )
+
+       * lyric in staff  (sharpsharp in staff, text below)
+
+       * fix Egler definitions ( see tex/eglerdefs.tex )
+
+       * replace Score_elem member access by get()/set() methods, to enable
+       future embedded code.
+
+       * --fast/--draft: leave out constraints
+
+       * write Dynamic_line (to group dynamics horizontally)
+
+       * write Rest_collision
+
+       * use Real for y positions.
+
+       * shared lib on Solaris too.
 
        * bugreport to doc++ devel: struct not in class hier; public
        virtual baseclasses
 
+       * get rid of init_end;
+
        * cleanup lily-proto.hh and proto.hh
 
        * half-sharps, half-flats
-       
-       * key undo
 
-       * unix style paths for LILYINCLUDE EN
+       * adaptive accidental spacing.
 
-       * rpm package buildroot
+       * unix style paths for LILYINCLUDE env
 
        * indentable stream as baseclass for TeX stream, lily stream, Dstream.
 
+       * handle EOF graciously in error messages.
+
        * caching Item/spanner dimensions.
 
-       * key transposition
-       
+       * centered whole rest
+
        * caching breakpoints / saving them. 
 
        * use dstream feature in mi2mu
 
         * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
+       - use tors feature in lily (?)
 
-       - declare notenametab?
-
-       * use tors feature in lily
-
-       * do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
-         besides lists of flats/sharps
+       * declare symtab
 
-       * update for T70 fonts or newer
+       * declare notenametab?
 
        * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
 
-       * fix Staff_elem::width() derivs to use offset_
-
        * parshape
 
        * read from mmap directly: bugreport to flex developers->
@@ -134,128 +251,115 @@ SMALLISH PROJECTS
 
        * stafftypes: voice names/ instrument names.
 
-       * Lookup::tex_glissando, Lookup::tex_bracket,  (use texbeam.cc as an
-       example.)
-
        * Decent TeX titledefs (\tempo, \metron, etc. )
 
-       * command priority into enum
+       * lily \tempo
 
-       * C meter iso 4/4
+       * C meter iso 4/4, idem for alla breve, etc.
 
        * textspanner: center position
 
        * script-spacing
 
        * Brackets
-
-       * caching of Register_group_register hierarchies.
-
+       
        * use (char *) iso. String for communication between lexer and
        parser.
 
-       * configure idealspacing: arithmetic
-
-       * add (good guess of) width to lyric items
+       * configure idealspacing: arithmetic spacing
 
-       * midi output: eat-up dynamic, key/meter/tempo changes, and
-write them neatly
+       * LilyPond .deb. Other packaging methods?
 
-       * LilyPond .deb
+       * detect -pipe
 
 DOC
-
-       * beam generation.
+       * Score_elem structure.
 
        * all errors
+       
+       * config of TeX macros
 
        * a test suite
 
+       * hacking-HOWTO
+
 FUTURE
 
-       * tie a ~ b, move slur reg into voice-group.
+       * auxilliary file for caching info.
 
        * Reg_configure_request
 
-       * bring Collision::do_pre_processing to haircutter
-
-       * slurs per voicegroup.
-
        * slur parts as a script
        
        * mixed fontsizes
 
        * put scripts on bars
 
-       * glissando
-
        * guitar chord
 
-       * Junk Staff_column, and find the requests while walking the Voices.?
-
-       * MIDI repeat: make lily understand repeats
-
        * better beamslope calculation: QLP for beams?
 
-       * implement better breaking algorithm
-
        * Text_crescendo
 
        * clean solution for staffsize in items.
 
-       * merge key{item} & localkey{item}?
-
        * revise calcideal
 
        * volta
 
-       * piano staff
-
-       * vertical spanner
-
 IDEAS
+       * check out CORBA for Score_elems?
+
+       * derive PCol from Score_elem? More in Score_elems? Spacing?
 
-       * scoping in Lexer?
+       * scoping in Lexer: do general id- assignments in mudela.
 
-       * integrate Register/Midi stuff
+       ID '=' EXPR;
 
        * create libmudela, or liblily_frontend
 
        * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
 
-       * use an embedded language: scheme, lisp, S-lang, Perl, GUILE, ?
-       for : 
-               - Items/Spanners
-               - Registers
+       * use an embedded language: Python
+       for: 
+               - Score_elems
+               - Engraver
+               - Translators
+               - Complex mudela?
 
        * y -dims in internote?
 
-       * hack up mf sources for decent spacing info (and then maybe
-       read TFM directly)
-
        * merge Atom and Symbol?
 
        * merge common code of Item, Atom/Molecule
 
        * Spacing_request for manually adjusting spacing
 
-       * Staff_group, Score_request_register.
+       * caching breakpoints
 
-       * SHIT: meters/bars should be aligned, which is difficult if
-       we get different keychanges in different staffs.
+       * #c <-> cis
+
+       * breath marks 
 
-       * Integrating (objectiveC) MusicKit with LilyPond
-               
-       * MusixTeX output possible?
+       * used fixedpoint arithmetic for min. energy.
 
-       * PostScript output (esp. Beams, Slurs, etc)
+       * default convert mudela-file.ly -> mudela-file.tex
+         - rename {standchen,scsii-menuetto,...}.tex
 
-       * caching breakpoints
+       * stack scripts in chords:
+         % fingering:        footing:
+           < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
 
-       * use exceptions iso assert?
+       * parameterised scripts for fingering and footing:
 
-       * #c <-> cis
+            % toe to bheel   four to five
+           %   ^_u            4_5  
+           %     -                           
+           %  --|x--         --|x--
+           %  --|---         --|---
+           %  --|---         --|---
+          (where "to" is a tiny bow)
 
-       * breath marks 
+       * move towards incremental algorithms.
 
-       * used fixedpoint arithmetic for min. energy.
+       * design meta-language like TeX and Metafont