----- Original Message ----- From: "David Kastrup" <d...@gnu.org>
To: "Thomas Morley" <thomasmorle...@gmail.com>
Cc: <lilypond-user@gnu.org>
Sent: Tuesday, December 08, 2015 8:47 PM
Subject: Re: custom right-hand fingering


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


I think you've had git-cl working fine before? What were you doing differently to get this crash?

--
Phil Holmes

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

Reply via email to