]> git.donarmstrong.com Git - lilypond.git/blobdiff - TODO
release: 0.1.11
[lilypond.git] / TODO
diff --git a/TODO b/TODO
index b65304f456edfd01d2ffb3ed5ef40defec1ab3fb..ff14045e1e4a85bf89aa85bb4769988d1ab54f6b 100644 (file)
--- a/TODO
+++ b/TODO
-
+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
 
+       * check out egcs
+       
+       * give Items/Spanners access to unbroken originals      
 
-IMPORTANT
-
-       * update 20 pt table
+3RD PARTY BUGS:
 
-       * use Hungarian throughout code
+       * ICE: spring-spacer::calcideal()
 
-       * rename mf fonts to avoid conflicts with musixtex
+       * collision.cc: 138, g++ errors
 
-       * decent TeX page layout
+       * Rational infty(HUGE_VAL) on glibc / w32
 
-       * per-pstaff item-widths [JCN]
+       * Fix profiling. gprof bugreport?
 
-       * script priority
+       * read from mmap directly: bugreport to flex developers->
+       yy_scan_buffer in C++..
 
-       * use own fonts/update musixtex fonts
+       * (where are the) gcc compile warnings on linux
+
+PROJECTS
+
+       * Spring_spacer:
+       - write a faster Spring_spacer ( without matrices if possible )
+       - relate energybound to linelen unitspace fontsize etc.
+       -used fixed fp
+
+       * \header
+       - revise lexer mode
+       - write perl script for handling it into databases
+
+       * 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.
+
+       * a musical dictionary. See Documentation/vocabulary-*, other
+languages:
+       - italian
+       - german
+       - dutch
+       - swedish
+        .. ?
+
+       * chords
+       - guitar chords
+       - chord names
+       - basso continuo
+       - Syntax/parser
+       - MIDI output?
+       - typesetting
+
+       * integrate midi-elts from mi2mu and lily?
+
+       * Debug logs:
+       - derive lily_stream, Dstream, texstream from ostream?
+       - indentable stream as baseclass for TeX stream, lily stream, Dstream.
+       - use dstream feature in mi2mu
+
+       * input converters
+       - NIFF?
+       - ABC? 
+       - SMDL?
+
+       * add to MIDI output:
+       - tempo change
+       - repeat
+       - slurs
+       - dynamics etc.
 
-       * a Hands on tutorial [HKN]
+       * grace notes
+       - adapt for multiple font sizes.
+       - make separate class for Grace_*_engravers 
+       (which is at Voice_gravs level)
+       - make encapsulated spacing problems.
 
+       * accidentals per Voice_group
 
-PROJECT:
+       * Convert all ref/bib stuff into BibTeX.
 
-       * Output class, handles 
+       * 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
 
+       * piano staff
 
        * elaborate Staff_side baseclass:
-        - scripts
-        - text
-        - slur start/end
+       - scripts
+       - text
+       - slur start/end
 
        * Output an output format independent (ofi) typeset file; and 
-         make ofi2 TeX, MusixTex, PostScript, Ascii... interpreters.
+         make ofi2 TeX, MusixTex, Display PostScript, PostScript,
+         Ascii... interpreters. (difficult)
+
        - poor man's ascii output possible?
-       - MusixTeX output possible?
+       - 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 tutorial
+
+       * 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  
+       - 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
+
+       * 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
+       - 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 bes 'b bis';
+       - spacing, national styles?
+
+       * Support for TAB
+       - redo Notehead to allow digits as heads
+       - add a \tablature {} lexer mode for easy entering
+
+       * should adjust stemlength for flag number.
+
+       * breaking:
+       - caching breakpoints
+       - saving them
+       - allowing users to set them.
+       - penalties
+       - specify number of lines
+       - set linelength per line
+
+       * Rhythmic staff.
+
+       * Baroque superstaff
 
-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)
-
-Hele rusten ook in andere maatsoort dan 4/4 (en centreren in de maat)
-
-------------------------\
-barcheck failed in lyric mode -> assert (zie barcheck.ly) (0.0.57)
-------------------------/
-
-optie om te stoppen na eerste barcheck fail? (en wellicht in eerder
-stadium van preprocessing)
-
-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
-
-barcheck her-synchroniseren? (evt met optie)
-
-script ^"3" onder ondanks boven?
-
-symbolen voor triller? (dus "tr---")
-
-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
+SEVERELY LACKING:
 
-implementeren versieringen door duration *0 ofzo? (geeft nu assertion,
-zie duration0.ly)
+       * SPEED!
 
-midi: instrumenten definieren?
-midi: tempo halverwege het stuk wijzigen?
-midi: gebonden noten niet herhalen?
+       * multibar rests
 
---------/\
-De beam van de triool klopt niet.
-        <[d8. b8.> \duration 32; <e'32*2/3 cis'32*2/3> <d'32*2/3 b32*2/3>
-        <cis'32*2/3 a32*2/3> \duration 16; <b gis> <d' fis> <cis' e>
-<b d]> |
-(zie ook ergens in lacidarem-pianoI.ly)
---------/
-scales.ly compileert niet meer (vanwege transpose?)
+       * markers
 
-Lengte van de stokken klopt vaak niet, zie bijv. de eerste maat van
-langestok.ly.
+       * abbreviations c4=16
 
-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
+INPUTLANGUAGE
 
----------------\
-\bar "||" \meter 6/8; op het eind van de regel staat door elkaar
-gedrukt.
+       * c4 4 4 4 for c4 c4 c4 c4?
 
+       * neatly (and readably) expressing concurrent
+       voices
 
-BUGS
+       * <c f a>4 ?
 
-       * detect -pipe
-       
-       * redo timing stuff <-> pulk to allow \meter 2/4; e2. to work
-       out correctly
+       * Viola mode?
 
-       * key transposition.
+               @c c g e g 
+       for
+               c g es g, 
 
-       * hairpin width
+               @A c g e g
+       for
+               cis gis e gis
 
-       * help-lines for rests
+       * relative mode for pitch entering
 
-       * [c8. c32 c32]
+       * bracket (bracketplets)
 
        * \duration 8; e*2/3
 
-       * cis ( | ) cis
-
-       * lilypond - -> crash
-
-       * chlapik balk ruimte 
-
-       * standchen triool beam up/down
-
-
-SEVERELY LACKING:
-
-       * SPEED!
-
-       * grace notes
-
-FURTHER FOR ORCHESTRAL SCORE:
-
-       * multibar rests
-
-       * barnumbers, markers
-
-       * abbreviations c4=16
-
-       * doublebar "||", finishbar "|||" (or "||." ?)
-
-INPUTLANGUAGE
-
-       * relative mode for pitch entering
-
        * configure pitch_byte
 
-       * special key.
-
-       * figured bass?
-
        * rest name configurable
 
        * Raw request syntax
 
-       * subtime with Subtle_reqs
 
 SMALLISH PROJECTS
 
-       * write Rest_collision
-
-       * use Real for y positions.
+       * progress when creating MIDI elts.
 
-       * shared lib on Solaris too.
+       * A range for context errors (eg. mark both { and }. )
 
-       * bugreport to doc++ devel: struct not in class hier; public
-       virtual baseclasses
+       * merge Atom and Symbol
 
-       * cleanup lily-proto.hh and proto.hh
+       * lyric in staff  (sharpsharp in staff, text below)
 
-       * half-sharps, half-flats
-       
-       * key undo
+       * write Dynamic_line (to group dynamics horizontally)
 
-       * unix style paths for LILYINCLUDE EN
+       * write Rest_collision
 
-       * indentable stream as baseclass for TeX stream, lily stream, Dstream.
+       * use Real for y positions.
 
-       * caching Item/spanner dimensions.
+       * half-sharps, half-flats
 
-       * key transposition
-       
-       * caching breakpoints / saving them. 
+       * adaptive accidental spacing.
 
-       * use dstream feature in mi2mu
+       * unix style paths for LILYINCLUDE env
 
-        * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
+       * handle EOF graciously in error messages.
 
-       - declare notenametab?
+       * caching Item/spanner dimensions.
 
-       * use tors feature in lily
+       * centered whole rest
 
-       * do conventional keys (C G A, F B E, a e fis, d as des, etc ), 
-         besides lists of flats/sharps
+        * qtor, btor, mtor-> tor( QUIET_ver ), tor( DEBUG_ver ), etc.
+       - use tors feature in lily (?)
 
-       * update for T70 fonts or newer
+       * declare notenametab?
 
        * midi esp.: use I32 iso int where 32 bits are needed (or assumed...)
 
        * parshape
 
-       * read from mmap directly: bugreport to flex developers->
-       yy_scan_buffer in C++..
+       * Flower types:
+       - A decent scalar type
+       - String hash
+       - Pointer hash
 
        * binsearch/hash for identifiers
 
        * stafftypes: voice names/ instrument names.
 
-       * Lookup::tex_glissando, Lookup::tex_bracket,  (use texbeam.cc as an
-       example.)
+       * TeX stuff:    
+       - Decent TeX titledefs (\tempo, \metron, etc. )
+       - decent TeX page layout
 
-       * Decent TeX titledefs (\tempo, \metron, etc. )
+       * 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 spacing
-
-       * midi output: eat-up dynamic, key/meter/tempo changes, and
-write them neatly
-
-       * LilyPond .deb
-
-DOC
-
-       * beam generation.
-
-       * all errors
-
-       * a test suite
-
-FUTURE
-
-       * Reg_configure_request
-
-       * bring Collision::do_pre_processing to haircutter
-
-       * 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
+       * Scripts:
+       - stack scripts in chords:
+         % fingering:        footing:
+           < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
+       - script-spacing
+       - slur parts as a script
+       - stackparameterised scripts for fingering and footing:
 
-       * better beamslope calculation: QLP for beams?
+            % toe to bheel   four to five
+           %   ^_u            4_5  
+           %     -                           
+           %  --|x--         --|x--
+           %  --|---         --|---
+           %  --|---         --|---
+          (where "to" is a tiny bow)
 
-       * implement better breaking algorithm
+       * auxilliary file for caching info.
 
        * Text_crescendo
 
        * clean solution for staffsize in items.
 
-       * merge key{item} & localkey{item}?
-
        * revise calcideal
 
        * volta
 
-       * piano staff
-
-       * vertical spanner
+DOC
+       * all errors
+       
+       * hacking-HOWTO
 
 IDEAS
 
@@ -295,32 +330,21 @@ IDEAS
 
        ID '=' EXPR;
 
-       * integrate Register/Midi stuff
-
        * 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
-
-       * y -dims in internote?
-
-       * hack up mf sources for decent spacing info (and then 
-       read TFM directly, for text too)
+       * use an embedded language: Python
+       for: 
+               - Score_elems
+               - Engraver
+               - Translators
+               - Complex mudela?
 
-       * merge Atom and Symbol?
+       * y -dims in internote? Staff-space? X-dimensions?
 
-       * 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
-       we get different keychanges in different staffs.
-
        * caching breakpoints
 
        * #c <-> cis
@@ -329,24 +353,45 @@ IDEAS
 
        * used fixedpoint arithmetic for min. energy.
 
-       * default convert mudela-file.ly -> mudela-file.tex
-         - rename {standchen,scsii-menuetto,...}.tex
+       * move towards incremental algorithms.
 
-       * (related with above) --simple-mudela option for lily,
-         to lily input files with one-voice simple mudela 
-         (no red tape)
+       * far fetched language ideas
+       - design meta-language like TeX and Metafont
+       - programming/macros input
 
-       * stack scripts in chords:
-         % fingering:        footing:
-           < a-4 c-2 g-1 >   < c-\ltoe e-\lheel >
+       * Global type registration.
 
-       * parameterised scripts for fingering and footing:
+               My_class * p = create_object( My_class )
+               Type t = get_type ( *p );
+               if ( t <= get_type( q ))
+                       ..
 
-            % toe to bheel   four to five
-           %   ^_u            4_5  
-           %     -                           
-           %  --|x--         --|x--
-           %  --|---         --|---
-           %  --|---         --|---
-          (where "to" is a tiny bow)
+       * naming of Voice_group/Voice
+
+       * benchmark band_matrices.
+
+       * versioning stuff (cvt mudela, mudela, etc.)
+
+       * a real convert-mudela
+
+       * dots into separate item.
+
+       * use String iso Text_def for lyrics.
+
+       * use position 0 for center of staff iso bottom.
+
+       * Klavarskribo?
+
+       * return status on exit
+
+       * lyrics in chords still fuck up.
+
+       *
+       - rewire acknowledge_element() logic with a process_acknowledged()
+       - construct Stem upon receiving Notehead. Junk Stem_req
+
+
+       * pushgroup/popgroup
+
+       * whole head on ledger line