Thomas Morley <thomasmorle...@gmail.com> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to