]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.47
authorfred <fred>
Wed, 27 Mar 2002 02:07:26 +0000 (02:07 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:07:26 +0000 (02:07 +0000)
input/bugs/auto-beam.ly
input/bugs/cross-staff-tie.ly
input/bugs/different-time.ly
input/bugs/harakiri-autoknee.ly
input/bugs/slur-steep-broken.ly
input/bugs/staff-size.ly
input/bugs/standchen-space.ly
input/regression/molecule-hacking.ly
mf/feta-toevallig.mf
stepmake/stepmake/metafont-rules.make

index 3a7687cdc4d1029e57f2913f76504d99243c3f8c..d84265fc275472b7743b5baec0715b2930ffd40e 100644 (file)
@@ -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."
 }
index 7dca649913e339f8995f0fd74687101ed8426269..373901733f45e791642dbe9ffb3c5df4472f78bd 100644 (file)
@@ -1,4 +1,7 @@
+\header {
 
+    texidoc = "Tie code is not prepared  for staff changes."
+}
 
 
 \version "1.4.8"
index 2db2460f2b7e13428ad508eaaecff4cd4956a53c..32e44eff65f0517ee9581fa8578dc741c5df24ee 100644 (file)
@@ -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{
index 0a2a3c9faba2a2b7900e1c44af39d401eab0d694..239c8a9d13ddb1035fd7021a8db359185fc5e26d 100644 (file)
@@ -1,4 +1,7 @@
 
+% 
+% Autoknee-ing triggers hara-kiri too early. 
+% 
 
 \score { \notes \transpose c'''
  \context PianoStaff <
index 20320aaf05dfb379222ad4c8e84d643254b720ba..7b4f6f12e57058a044033fc04d5541da45f03fb4 100644 (file)
@@ -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
   }
 }
index e87807b7ca7128d79cecd7cc12a14428066a576c..91691782ce821077efad2d1d8da0d54f26139445 100644 (file)
@@ -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."
index 275b0555c3639a876b6dbbe2f688811668f2bf97..8520bee82eec074dabaf2648500eacecf19872a0 100644 (file)
@@ -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. }
index d677d2d903c8539f993e1502f605269242081842..c27032118a34480e60445dffa41dbc4999884078 100644 (file)
@@ -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
index 2369621e493eda53bf66fb0069bb106e0faa22ec..cd57e956fe82c783101ae35e980f2329cf9abad6 100644 (file)
@@ -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);
index a8faef95953a734338377b6cff894cba176d5b44..ffc021aab97592092e66307d3f545780125dabb6 100644 (file)
@@ -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: