-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.
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.
% 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 }
--- /dev/null
+\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;
+ }
+}
+
+
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
xy_mirror_char;
fet_endchar;
+
%
% used in french horn music todo
%