From: fred Date: Tue, 26 Mar 2002 21:45:55 +0000 (+0000) Subject: lilypond-1.1.19 X-Git-Tag: release/1.5.59~2648 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2e9b745be538e057a92514c97b2fba1013c48279;p=lilypond.git lilypond-1.1.19 --- diff --git a/TODO b/TODO index 59f23ce0ca..8fc5b1d577 100644 --- a/TODO +++ b/TODO @@ -6,9 +6,23 @@ 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/urg +> I have changed Mark_engraver to use the G_... classes. +> My implementation has the following shortcomings at the +> moment. +> +> - markScriptPadding is not supported, since G_staff_side_item does not +> support padding. +> +> - markBreakPriority is not supported. +> +> - Mostly, you want the marks aligned with the bar lines. I don't +> really understand how to implement that feature. +> +> - You get lots of warnings about missing 'number' and 'Large' +> * scm-ify \property values. - +- The direction of textual scripts ('^' or '_') is ignored. * move class Lookup {} into scm * read tfms too. @@ -17,6 +31,12 @@ grep for TODO and ugh/ugr/urg BUGS: + * fix: standchen. + + * fix: cello suites + + * fix extender + * fix braces * ly2dvi barfs on linewidth = -1. @@ -39,6 +59,8 @@ BUGS: * latex bla.tex broken (titles / \lilyfooter stuff?) + * check/set minimum slur/tie length + * msgfmt -o check? * \breathmark TeX macro @@ -57,6 +79,8 @@ BUGS: * space after bars? + * 'hinterfleisch' before bar (e.g. wtk1-fugue2)? + * \type Voice \times 2/3 { [c8 c16 c16 c16 c16] } * fix singleStaffBracket diff --git a/mutopia/F.Schubert/GNUmakefile b/mutopia/F.Schubert/GNUmakefile index d1038f0a04..2d7fc58cf0 100644 --- a/mutopia/F.Schubert/GNUmakefile +++ b/mutopia/F.Schubert/GNUmakefile @@ -2,7 +2,7 @@ depth = ../.. -examples=standchen +examples= LOCALSTEPMAKE_TEMPLATES=mutopia include $(depth)/make/stepmake.make