lilypond-user
[Top][All Lists]
Advanced

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

Re: custom right-hand fingering


From: Phil Holmes
Subject: Re: custom right-hand fingering
Date: Wed, 9 Dec 2015 10:35:22 -0000

----- Original Message ----- From: "David Kastrup" <address@hidden>
To: "Thomas Morley" <address@hidden>
Cc: <address@hidden>
Sent: Tuesday, December 08, 2015 8:47 PM
Subject: Re: custom right-hand fingering


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


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

--
Phil Holmes



reply via email to

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