lilypond-user
[Top][All Lists]
Advanced

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

Re: Merging a markup-command with an event-function


From: Pierre Perol-Schneider
Subject: Re: Merging a markup-command with an event-function
Date: Sat, 14 Mar 2015 19:49:48 +0100

Hi David,

2015-03-14 19:03 GMT+01:00 David Nalesnik <address@hidden>:
 
However, why don't you subsume this in the let-block?

I've tried to - in fact I've tried a lot of things... without succes.
 
 
  (define string-qty arg-string-qty)
  ;; hereunder should be fine:
  (let* ((mrkp (markup #:upright #:concat (prefix fret-nbr))))

You've defined Prefix with a capital "P" above.
 
    (let* ((mrkp (markup #:upright #:concat (#:lower 0.08 prefix #:lower 0.05 fret-nbr #:hspace 0.3))))

Same problem here. 

Actually no, 'prefix' here should be the markup-command not a variable. How can I fix that ?
 
By the way, why the two assignments to mrkp?  This one will shadow the one above.

Hmm, Copy/Paste + tiredness...

Cheers,
Pierre


 


reply via email to

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