]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.0.17.ms1
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 23 Oct 1998 06:06:22 +0000 (08:06 +0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 23 Oct 1998 06:06:22 +0000 (08:06 +0200)
pl 17.ms1
- added \thumb (used very often in cello music) in
  mf/feta-schrift.mf.
- added /input/test/thumb.ly (example)

---
Generated by (address unknown) using package-diff 0.62,
From = lilypond-1.0.17, To = lilypond-1.0.17.ms1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.0.17.ms1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure
and possibly make outdirs.

--state
1.0.17
1.0.17.ms1
++state

NEWS
VERSION
init/script.ly
input/test/thumb.ly [new file with mode: 0644]
mf/feta-schrift.mf

diff --git a/NEWS b/NEWS
index ede37bf592a2a77428b132f185156c02934f4a34..dd00141caa91e516fcc0cb24b5e6202568489f2a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-pl 17.mb2
+--- ../lilypond-1.0.17/NEWS    Tue Oct 20 10:00:46 1998
+++ b/NEWS      Fri Oct 23 08:06:22 1998
+@@ -1,3 +1,8 @@
+pl 17.ms1
+       - added \thumb (used very often in cello music) in
+         mf/feta-schrift.mf. 
+       - added /input/test/thumb.ly (example)
+
+ pl 17
+       - fixed RPM building.
+ pl 17.mb2
         - Full support for cautionary accidentals. Try input/test/accid.fly
          Note that the font has changed.
 
diff --git a/VERSION b/VERSION
index 330a5ed09cf73f4c6046e7fb99ae6eba5808c4a4..0532d0aad696e3aebc7d0f235cd53433da34e30e 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=0
 PATCH_LEVEL=17
-MY_PATCH_LEVEL=mb2
+MY_PATCH_LEVEL=ms1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index 2a7cd50bccf961de04b19a881177179440e4ca62..7c96a451223db020308c203e4c5cb36b0ba441db 100644 (file)
@@ -3,6 +3,7 @@
 % indexstring follow_into_staff same_dir_as_stem above_below_staff symbol_can_beinverted priority }
 %
 
+thumb = \script { "thumb" 0 0 1 0 0 }
 accent = \script { "sforzato"  0 -1 0 0 0 }
 marcato = \script { "marcato" 0 -1 0 1  0 }
 staccatissimo = \script { "staccatissimo" 0  -1 0 1 0 }
diff --git a/input/test/thumb.ly b/input/test/thumb.ly
new file mode 100644 (file)
index 0000000..7b4a3a3
--- /dev/null
@@ -0,0 +1,22 @@
+\header{
+       title="CELLO-THUMBS";
+       enteredby="Maarten Storm";
+}
+
+
+% the thumb-script is used in cello music to indicate a note that should
+% be played with your thumb. 
+
+\version "1.0.7";
+
+\score { \notes \relative c'' {
+               <[ a8_\thumb a'8-3(> <)b_\thumb b'-3>
+               <c_\thumb c'-3(> <)d_\thumb d'-3]>
+       }
+       \paper{ 
+               linewidth = 80.\mm; 
+               castingalgorithm = \Wordwrap;
+       }
+}
+
+       
index 7257a45277f6bcfd8e471ed31a92c4b0714d4836..756c1e20aea20428585c5d86063d04b7f663cd40 100644 (file)
@@ -58,6 +58,37 @@ fet_beginchar("fermata down", "dfermata", "dfermata")
        y_mirror_char;
 fet_endchar;
 
+%
+% Thumbs are used in cello music.
+% TODO : thumbs should look like the finger-font and should be placed in
+% the same way in the score.
+%
+
+fet_beginchar("Thumb", "thumb", "thumb")
+        save thin, height, width, thick;
+        height# = 5/4 width#;
+        height# = interline#;
+        thin = 1.2 stafflinethickness;
+        thick =  1.4 thin;
+        set_char_box(width#/2, width#/2, height#/2, height#/2);
+
+        penpos1(thick, 0);
+        penpos2(thin, 90);
+        z1r = (w, 0);
+        z2r = (0, h);
+        penlabels(1,2);
+        penstroke z1e{up} .. {left}z2e;
+        addto currentpicture also currentpicture xscaled -1;
+        addto currentpicture also currentpicture yscaled -1;
+
+       pickup pencircle scaled thin;
+       save x,y;
+       z3r = (0, -h);
+       z4 = (0, -2h);
+       penlabels(3,4);
+       draw z3r -- z4;
+fet_endchar;
+
 
 %
 % FIXME: rounded endings
@@ -179,6 +210,7 @@ fet_beginchar("marcato down", "dmarcato", "dmarcato")
        xy_mirror_char;
 fet_endchar;
  
+
 %
 % used in french horn music todo
 %