From: fred Date: Wed, 27 Mar 2002 02:07:26 +0000 (+0000) Subject: lilypond-1.5.47 X-Git-Tag: release/1.5.59~228 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=356a913beb5da89b0128acc72e59800c97a75e29;p=lilypond.git lilypond-1.5.47 --- diff --git a/input/bugs/auto-beam.ly b/input/bugs/auto-beam.ly index 3a7687cdc4..d84265fc27 100644 --- a/input/bugs/auto-beam.ly +++ b/input/bugs/auto-beam.ly @@ -1,6 +1,7 @@ \version "1.3.148" \header { + texidoc="The Automatic beamer does not put @strong{unfinished} beams on the last notes of a score." } diff --git a/input/bugs/cross-staff-tie.ly b/input/bugs/cross-staff-tie.ly index 7dca649913..373901733f 100644 --- a/input/bugs/cross-staff-tie.ly +++ b/input/bugs/cross-staff-tie.ly @@ -1,4 +1,7 @@ +\header { + texidoc = "Tie code is not prepared for staff changes." +} \version "1.4.8" diff --git a/input/bugs/different-time.ly b/input/bugs/different-time.ly index 2db2460f2b..32e44eff65 100644 --- a/input/bugs/different-time.ly +++ b/input/bugs/different-time.ly @@ -2,7 +2,10 @@ \header { texidoc = " Spacing for one staff in polymetric music should -be not hampered by a staff in another time signature." +be not hampered by a staff in another time signature. + +FIXME example was broken at some point. +" } \score{ diff --git a/input/bugs/harakiri-autoknee.ly b/input/bugs/harakiri-autoknee.ly index 0a2a3c9fab..239c8a9d13 100644 --- a/input/bugs/harakiri-autoknee.ly +++ b/input/bugs/harakiri-autoknee.ly @@ -1,4 +1,7 @@ +% +% Autoknee-ing triggers hara-kiri too early. +% \score { \notes \transpose c''' \context PianoStaff < diff --git a/input/bugs/slur-steep-broken.ly b/input/bugs/slur-steep-broken.ly index 20320aaf05..7b4f6f12e5 100644 --- a/input/bugs/slur-steep-broken.ly +++ b/input/bugs/slur-steep-broken.ly @@ -1,3 +1,6 @@ + +% ?? + \version "1.3.148" \score{ @@ -7,7 +10,7 @@ [) a'8. gis16 fis8. cis16] | } \paper{ - linewidth = 3.0\cm + linewidth = 3.5\cm indent = .0 } } diff --git a/input/bugs/staff-size.ly b/input/bugs/staff-size.ly index e87807b7ca..91691782ce 100644 --- a/input/bugs/staff-size.ly +++ b/input/bugs/staff-size.ly @@ -1,4 +1,5 @@ \version "1.3.148" + \header{ texidoc="separate staff-size is clumsy with \override. Also, it doesn't seem to work anymore." diff --git a/input/bugs/standchen-space.ly b/input/bugs/standchen-space.ly index 275b0555c3..8520bee82e 100644 --- a/input/bugs/standchen-space.ly +++ b/input/bugs/standchen-space.ly @@ -1,11 +1,15 @@ \version "1.3.148" \header{ -texidoc="what about this. -> regression?" + + texidoc= "The 8th notes should have regular spacing. (TODO: check + with printed ed.) " + + } \score { \notes \relative c' < \context Staff = SA { c4. c8 \times 2/3 { [c8 c c] } } -\context Staff = SB { c8 c c c c c } +\context Staff = SB { [c8 c c c c c] } > \paper { linewidth = -1. } diff --git a/input/regression/molecule-hacking.ly b/input/regression/molecule-hacking.ly index d677d2d903..c27032118a 100644 --- a/input/regression/molecule-hacking.ly +++ b/input/regression/molecule-hacking.ly @@ -29,8 +29,8 @@ GROB. The dimensions of the molecule is not affected. (let* ( (fn (ly-get-default-font grob)) - (pclose (ly-find-glyph-by-name fn "accidentals-)")) - (popen (ly-find-glyph-by-name fn "accidentals-(")) + (pclose (ly-find-glyph-by-name fn "accidentals-rightparen")) + (popen (ly-find-glyph-by-name fn "accidentals-leftparen")) (subject (callback grob)) ; remember old size diff --git a/mf/feta-toevallig.mf b/mf/feta-toevallig.mf index 2369621e49..cd57e956fe 100644 --- a/mf/feta-toevallig.mf +++ b/mf/feta-toevallig.mf @@ -317,11 +317,11 @@ def draw_paren = .. simple_serif(z1r, z1l, 90) .. z2l{down} -- cycle; enddef; -fet_beginchar("Right Parenthesis", ")", "rightparen") +fet_beginchar("Right Parenthesis", "rightparen", "rightparen") draw_paren; fet_endchar; -fet_beginchar("Left Parenthesis", "(", "leftparen") +fet_beginchar("Left Parenthesis", "leftparen", "leftparen") draw_paren; currentpicture := currentpicture xscaled -1; set_char_box(charwd, charbp, chardp, charht); diff --git a/stepmake/stepmake/metafont-rules.make b/stepmake/stepmake/metafont-rules.make index a8faef9595..ffc021aab9 100644 --- a/stepmake/stepmake/metafont-rules.make +++ b/stepmake/stepmake/metafont-rules.make @@ -29,11 +29,11 @@ $(outdir)/%.$(XPM_RESOLUTION)pk: $(outdir)/%.$(XPM_RESOLUTION)gf $(outdir)/%.pfa: %.mf - pktrace --simplify --keep-trying $(basename $(@F)) + pktrace -I $(outdir)/ --pfa --simplify --keep-trying $(basename $(@F)) mv $(basename $(@F)).pfa $(outdir) $(outdir)/%.pfb: %.mf - pktrace --simplify --keep-trying $(basename $(@F)) + pktrace -I $(outdir)/ --pfb --simplify --keep-trying $(basename $(@F)) mv $(basename $(@F)).pfb $(outdir) #%.afm: