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 12:26:42 -0000

----- Original Message ----- From: "David Kastrup" <address@hidden>
To: "Phil Holmes" <address@hidden>
Cc: <address@hidden>
Sent: Wednesday, December 09, 2015 10:51 AM
Subject: Re: custom right-hand fingering


"Phil Holmes" <address@hidden> writes:

----- 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?

"Before" meaning "with Google Code".  Yes.

What were you doing differently to get this crash?

Update to the Sourceforge version.  Call "git cl status".  Do you mean
to imply that "git cl status" works for you in a branch created by "git
cl upload"?

--
David Kastrup


I've no idea. Now you've let me know what you were doing, I can investigate.

--
Phil Holmes



reply via email to

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