]> git.donarmstrong.com Git - lilypond.git/blobdiff - TODO
release: 0.0.64
[lilypond.git] / TODO
diff --git a/TODO b/TODO
index 6a36fe3b9df73d8627eeb1a820d15b2fe73666db..9bbc6f491a2ac97d9a6eb978e0fdce3cbbdcf4f8 100644 (file)
--- a/TODO
+++ b/TODO
-before 0.1
-       * fix Lyric mode
+Features you cannot find in the doco as working, should be mentioned her.
 
-       * remove spurious/outdated comments in .ly, debug .ly
+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
 
-       * pushgroup, popgroup.
 
-       * basic dynamics
+IMPORTANT
 
-       * basic syntax & parser/lexer cleanup.
+       * faq about mi2mu midi t1.
+
+       * update 20 pt table
+
+       * use Hungarian throughout code
 
        * decent TeX page layout
-       
-       * avoid unnecessary confusing constructs from .ly
 
-This is an assorted collection of stuff that will be done, might be
-done, or is an idea that I want to think about
+       * per-pstaff item-widths [JCN]
 
-MAKE-STUFF
+       * script priority
 
-       * sort out headers, see m2m
+       * a Hands on tutorial [HKN]
+
+PROJECTS
+
+       * 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 ?
+       - PostScript output (esp. Beams, Slurs, etc)
+
+       * TeX spanners , use texbeam.cc as an example (smallish)
+       - Glissando
+       - trill
+       - bracket
+
+       * Rewrite Beam and Rhythmic_grouping (hairy)
+       - [c8. c32 c32]
+       - interbeam height
+       - doc on Rhythmic_grouping
+       - general shaving
+       - use plet grouping
+       - abbreviations [c2 c2]1/2
+       - separate visual from rhythmic info
+
+       * Redo MIDI output to use Registers: (Difficult)
+       - remember more horizontal info than melodics:
+       - tempo change
+       - repeat
+       - slurs
+       - dynamics etc.
+
+       * Redo font support 
+       - rename mf fonts to avoid conflicts with musixtex
+       - check (c) issues
+       - 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)
+
+PARSER
+       * Duration -> Musical_duration, typedef Rational Duration?
+
+**********************
+HKN buglist:
+
+\bar || ook dunne streepjes? Sluit de balk niet af! (soms met de
+ruimte van een hele maat erachter (bij unmatching staffs)
+
+noten staan vaak te dicht aan de rechterkant van de maatstreep.
+
+optie om nummers/markers boven maatstrepen te zetten
+
+tekst staat erg ver van notenbalken af
+
+waarom geen ; achter dingen in \paper? (\textwidth 180\mm)
+(sowieso: wanneer wel en geen ; ?)
+
+Onduidelijk wanneer wel en geen \ voor een woord. Maak liever
+verplichte regels
+
+implementeren versieringen door duration *0 ofzo? (geeft nu assertion,
+zie duration0.ly)
+
+Triolen enzo: het zou handig zijn als je het cijfer "3" ook _tussen_
+twee noten kon plaatsen. Dat is bijvoorbeeld nodig in
+c4*2/3 c8*2/3
+
+---------------\
+\bar "||" \meter 6/8; op het eind van de regel staat door elkaar
+gedrukt.
+****************
 
-       * do platform stuff: configure, header(s), targets, build (out?)
-       
 BUGS
 
-       * key at clef change.
+       * mi2mu nonexist.midi
 
-       * key undo
+       * staccato dot positions.
+
+       * stacked scripts.
 
-       * key at broken :||:
+       * key transposition.
 
-       * [c8. c32 c32]
+       * help-lines for rests
 
-       * $cis ( | ) cis$
+       * lilypond - -> crash
 
-       * Group_feature at start of music. 
+       * chlapik balk ruimte 
 
-       * parser error handling (can you say Segfault?)
+       * standchen triool beam up/down
 
 SEVERELY LACKING:
 
-       * hairpins
+       * SPEED!
 
        * grace notes
 
@@ -52,47 +138,90 @@ FURTHER FOR ORCHESTRAL SCORE:
 
        * abbreviations c4=16
 
+       * doublebar "||", finishbar "|||" (or "||." ?)
+
 INPUTLANGUAGE
 
-       * read ENV for include path 
+       * relative mode for pitch entering
 
-       * figured bass?
+       * \duration 8; e*2/3
+
+       * configure pitch_byte
 
-       * transposition
+       * special key.
+
+       * figured bass?
 
        * rest name configurable
 
+       * Raw request syntax
+
+       * subtime with Subtle_reqs
+
 SMALLISH PROJECTS
 
+       * Help_line, Help_line_reg
+
+       * --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
+
+       * cleanup lily-proto.hh and proto.hh
+
+       * half-sharps, half-flats
+
+       * adaptive accidental spacing.
+
+       * score_elem invible_b_ flag
+       
+       * key undo
+
+       * 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
 
-       * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
-
-       * fix Staff_elem::width() derivs to use offset_
+       * declare notenametab?
 
-       * parshape
+       * do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
+         besides lists of flats/sharps
 
-       * a pure parser.
+       * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
 
-       * bar numbers/repetition marks
+       * parshape
 
-       * read from mmap directly: study yy_scan_buffer
+       * read from mmap directly: bugreport to flex developers->
+       yy_scan_buffer in C++..
 
-       * binsearch/hash for notenames, id. for identifiers
+       * binsearch/hash for identifiers
 
        * 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
-       
        * C meter iso 4/4
 
        * textspanner: center position
@@ -101,43 +230,46 @@ SMALLISH PROJECTS
 
        * Brackets
 
-       * space rest.
-       
        * caching of Register_group_register hierarchies.
 
-
        * use (char *) iso. String for communication between lexer and
        parser.
 
-       * configure idealspacing: arithmetic
+       * configure idealspacing: arithmetic spacing
 
-       * collision Request_register.
+       * LilyPond .deb. Other packaging methods?
 
-       * make install (gnu dir names)
+       * detect -pipe
 
-       * LilyPond .rpm and .deb
 
 DOC
-
-       * beam generation.
-
        * all errors
-
-       * a decent webpage
+       
+       * config of TeX macros
 
        * a test suite
 
+       * hacking-HOWTO
+
 FUTURE
 
-       * Register_container baseclass
+       * auxilliary file for caching info.
 
-       * put scripts on bars
+       * Reg_configure_request
+
+       * bring Collision::do_pre_processing to haircutter
 
-       * glissando
+       * slur parts as a script
+       
+       * mixed fontsizes
+
+       * put scripts on bars
 
        * guitar chord
 
-       * better beamslope calculation
+       * Junk Staff_column, and find the requests while walking the Voices.?
+
+       * better beamslope calculation: QLP for beams?
 
        * implement better breaking algorithm
 
@@ -147,54 +279,69 @@ FUTURE
 
        * merge key{item} & localkey{item}?
 
-       * QLP for beams?
-
        * revise calcideal
 
-       * eentje/tweetje
+       * volta
 
        * piano staff
 
-IDEAS
-
-       * integrate Register/Midi stuff
-
-       * create libmudela,  or liblily_frontend
+       * vertical spanner
 
-       * Horizontal_align_item, Vertical_align_item.
+IDEAS
 
-       * move MIDI io to a ANSI C libmidi library.
+       * scoping in Lexer: do general id- assignments in mudela.
 
-       * fold indentifiers and notenames?
+       ID '=' EXPR;
 
-       * enter Requests directly
+       * create libmudela, or liblily_frontend
 
-       * itemcolumns: Use dummy items.
+       * move MIDI stuff (including Quantization) to a ANSI C libmidi library.
 
-       * use an embedded language: scheme, lisp, S-lang, Perl, GUILE, ?
+       * use an embedded language: Python
+       for : 
+               - Items/Spanners
+               - Registers
+               - 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.
 
-       * SHIT: meters/bars should be aligned, which is difficult if
+       * Meters/bars should be aligned, which is difficult if
        we get different keychanges in different staffs.
 
-       * Integrating (objectiveC) MusicKit with LilyPond
-       
-       * MusixTeX output possible?
+       * caching breakpoints
 
-       * PostScript output (esp. Beams, Slurs, etc)
+       * #c <-> cis
 
-       * caching breakpoints
+       * breath marks 
+
+       * used fixedpoint arithmetic for min. energy.
+
+       * default convert mudela-file.ly -> mudela-file.tex
+         - rename {standchen,scsii-menuetto,...}.tex
+
+       * (related with above) --simple-mudela option for lily,
+         to lily input files with one-voice simple mudela 
+         (no red tape)
+
+       * stack scripts in chords:
+         % fingering:        footing:
+           < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
+
+       * parameterised scripts for fingering and footing:
+
+            % toe to bheel   four to five
+           %   ^_u            4_5  
+           %     -                           
+           %  --|x--         --|x--
+           %  --|---         --|---
+           %  --|---         --|---
+          (where "to" is a tiny bow)
 
-       * use exceptions iso assert?
+       * move towards incremental algorithms.