lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: custom right-hand fingering


From: David Kastrup
Subject: Re: custom right-hand fingering
Date: Tue, 08 Dec 2015 21:47:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Thomas Morley <address@hidden> 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 10 (ly:event-property event 'digit))))))))

Now that's just stupid.  Issue 4686.

git cl status output:
[...]
Current branch: issue4686
Tracker issue: 4686
Traceback (most recent call last):
  File "/home/dak/bin/git-cl", line 628, in <module>
    sys.exit(main(sys.argv))
  File "/home/dak/bin/git-cl", line 622, in main
    return func(argv[2:])
  File "/home/dak/bin/git-cl", line 188, in CmdStatus
    print 'Tracker issue:', cl.GetTrackerIssue(), '(%s)' % cl.GetTrackerURL()
  File "/usr/local/tmp/git-cl/cl_settings.py", line 217, in GetTrackerURL
    return TrackerURL(self.GetTrackerIssue())
NameError: global name 'TrackerURL' is not defined

Oops?  That's the newest git-cl I think.

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]