Re: custom right-hand fingering

2015-12-09 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Phil Holmes" Cc: Sent: Wednesday, December 09, 2015 10:51 AM Subject: Re: custom right-hand fingering "Phil Holmes" writes: - Original Message - From: "David Kastrup" To: "Th

Re: custom right-hand fingering

2015-12-09 Thread David Kastrup
"Phil Holmes" writes: > - Original Message - > From: "David Kastrup" > To: "Thomas Morley" > Cc: > Sent: Tuesday, December 08, 2015 8:47 PM > Subject: Re: custom right-hand fingering > > >> Thomas Morley writes: >>

Re: custom right-hand fingering

2015-12-09 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Thomas Morley" Cc: Sent: Tuesday, December 08, 2015 8:47 PM Subject: Re: custom right-hand fingering Thomas Morley writes: Also possible: #(define (my-stroke-finger::calc-text grob) (let ((event (event-c

Re: custom right-hand fingering

2015-12-08 Thread Federico Bruni
Il giorno mar 8 dic 2015 alle 19:48, Pierre Perol-Schneider ha scritto: Maybe: \version "2.19.33" tm = \rightHandFinger \markup\tiny "Tm" ti = \rightHandFinger \markup\tiny "Ti" { c'\tm c'\ti } could be fine. This is perfect, thanks! For the records, I made the T bold, as in my book ref

Re: custom right-hand fingering

2015-12-08 Thread David Kastrup
Thomas Morley writes: > Also possible: > > #(define (my-stroke-finger::calc-text grob) > (let ((event (event-cause grob))) > (or (ly:event-property event 'text #f) > (vector-ref (ly:grob-property grob 'digit-names) > (1- (max 1 > (min

Re: custom right-hand fingering

2015-12-08 Thread Thomas Morley
2015-12-08 21:05 GMT+01:00 Thomas Morley : > 2015-12-08 19:36 GMT+01:00 Federico Bruni : >> Hi all >> >> I'd like to create a custom right-hand fingering. Where should I look at? >> I've tried looking at the definitions of finger and rightHandFinger in >>

Re: custom right-hand fingering

2015-12-08 Thread Thomas Morley
2015-12-08 19:36 GMT+01:00 Federico Bruni : > Hi all > > I'd like to create a custom right-hand fingering. Where should I look at? > I've tried looking at the definitions of finger and rightHandFinger in > music-functions-init.ly, but I don't know how to create a n

Re: custom right-hand fingering

2015-12-08 Thread Pierre Perol-Schneider
Hi Federico, Maybe: \version "2.19.33" tm = \rightHandFinger \markup\tiny "Tm" ti = \rightHandFinger \markup\tiny "Ti" { c'\tm c'\ti } could be fine. Cheers, ~Pierre 2015-12-08 19:36 GMT+01:00 Federico Bruni : > Hi all > > I'd like t

custom right-hand fingering

2015-12-08 Thread Federico Bruni
Hi all I'd like to create a custom right-hand fingering. Where should I look at? I've tried looking at the definitions of finger and rightHandFinger in music-functions-init.ly, but I don't know how to create a new one. I'm transcribing a piece from a book which uses this