Re: Violin fingering

2015-05-11 Thread Simon Albrecht
Am 11.05.2015 um 13:38 schrieb Gianmaria Lari: Merci Pierre, ca marche tres bien!!! Any idea why this is not part of the default Lilypond packages? For a simple reason: nobody implemented it. If you can give examples that this is standard notation, you might raise an enhancement request on

Re: Violin fingering

2015-05-11 Thread Pierre Perol-Schneider
Your're absolutely right. It's a bad habit and a wrong designation. I should have used "guide finger" instead. Pierre 2015-05-11 16:17 GMT+02:00 Stephen MacNeil : > no need to post to list. just wondering where you have seen a portamento > indicated that way. > > Stephen > __

Re: Violin fingering

2015-05-11 Thread Gianmaria Lari
Yes, I understand. The violin teachear of my daughter use it for her. I'm not sure it exist a standard way to indicate that low or high finger position. And probably it is something you use only for beginner. If you have any suggestion you're welcome. Ciao, G. On Mon, May 11, 2015 at 2:05 PM, Pie

Re: Violin fingering

2015-05-11 Thread Pierre Perol-Schneider
Hi, 2015-05-11 13:31 GMT+02:00 B~M : > This is very useful annotation to denote a descending shift from > "somewhere" down to > a lower position with finger 2. In sight reading string music that makes > what is coming next > very clear. Very helpful. > Personnaly I wouldn't use the 'minus' comm

Re: Violin fingering

2015-05-11 Thread Pierre Perol-Schneider
Hi, 2015-05-11 13:38 GMT+02:00 Gianmaria Lari : > Merci Pierre, ca marche tres bien!!! > I'm glad it helps ! > Any idea why this is not part of the default Lilypond packages? > No idea... Cheers, Pierre ___ lilypond-user mailing list lilypond-user

Re: Violin fingering

2015-05-11 Thread Gianmaria Lari
Merci Pierre, ca marche tres bien!!! Any idea why this is not part of the default Lilypond packages? Thank you, Gianmaria ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Violin fingering

2015-05-11 Thread B~M
Pierre that is fantastic work. I tried a very crude routine to mark the - sign on a finger number like -2 etc... but nothing as slick as yours. This is very useful annotation to denote a descending shift from "somewhere" down to a lower position with finger 2. In sight reading string music that mak

Re: Violin fingering

2015-05-11 Thread Pierre Perol-Schneider
Here again with a better 'minus' look: \version "2.18.2" #(set-global-staff-size 50) plus = #(define-music-function (parser location fingering) (ly:music?) (let ((music (make-music 'FingeringEvent)) (finger (ly:music-property fingering 'digit))) (set! (ly:music-property music 'tw

Re: Violin fingering

2015-05-11 Thread Pierre Perol-Schneider
Hi Gianmaria, How about: \version "2.18.2" plus = #(define-music-function (parser location fingering) (ly:music?) (let ((music (make-music 'FingeringEvent)) (finger (ly:music-property fingering 'digit))) (set! (ly:music-property music 'tweaks) (acons 'stencil

Re: Violin Fingering and Tempo

2005-06-16 Thread Mats Bengtsson
"Miguel Barbosa Gonçalves" wrote: Hi all! I want to write a finger number under/over a note and include a horizontal line, after the number, that spans to the next 3 notes. How can I do this? See the section on Text Spanners in the manual. The default is to get a dashed line, but I think th