From d9d6d4c6c86fcc168c0b83d8d9cbe76f0811741f Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 22 Jun 2003 08:47:42 +0000 Subject: [PATCH] Moved thumb fingering info into refman. --- ChangeLog | 6 ++++++ Documentation/user/refman.itely | 10 ++++++++++ input/test/thumb.ly | 28 ---------------------------- 3 files changed, 16 insertions(+), 28 deletions(-) delete mode 100644 input/test/thumb.ly diff --git a/ChangeLog b/ChangeLog index 18589239dc..606b5b311d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-06-22 Graham Percival + + * input/test/thumb.ly: delete, merged into refman. + + * Documentation/user/refman.itely: added thumb info to Fingering. + 2003-06-21 Han-Wen Nienhuys * lily/align-interface.cc (find_fixed_alignment_parent): new function. diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index aaf0cd488d..e09bf2b4d5 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -1849,6 +1849,16 @@ For finger changes, use markup texts: @cindex superscript @cindex subscript +You can use the thumb-script to indicate that a note should be +played with your thumb (used in cello music): + +@lilypond[verbatim, singleline, fragmnt] + <>8-(_\thumb-[ <>-)_\thumb + <>-(_\thumb <>-)_\thumb-] +@end lilypond + +Fingering for chords can be notated like this: + @lilypond[verbatim,singleline,fragment,relative=1] << c-1 e-2 g-3 b-5 >> 4 \property Voice.fingerHorizontalDirection = #LEFT diff --git a/input/test/thumb.ly b/input/test/thumb.ly deleted file mode 100644 index cc39393f42..0000000000 --- a/input/test/thumb.ly +++ /dev/null @@ -1,28 +0,0 @@ -\version "1.7.18" - -\header{ texidoc = " -DELETE; covered in refman. Trust me, I'm a cellist, and I found -this stuff easily in the refman. :) -gp - -the thumb-script is used in cello music to indicate a note that should - be played with your thumb." - -%% TODO: merge with fingering ? - -} - - - - -\score { \notes \relative c'' { - [<>8_\thumb <>-)_\thumb - <>_\thumb <>-)_\thumb] - } - \paper{ - linewidth = 80.\mm - - } -} - - -%% new-chords-done %% -- 2.39.5