| Re: [frogs] Re: Add option to indicate frets by letters in 	tablature(issue164063) | 
[ Thread Index | 
Date Index
| More lilynet.net/frogs Archives
] 
- To: Trevor Daniels <t.daniels@xxxxxxxxxxx>
- Subject: Re: [frogs] Re: Add option to indicate frets by letters in 	tablature(issue164063)
- From: Neil Puttock <n.puttock@xxxxxxxxx>
- Date: Tue, 8 Dec 2009 00:53:21 +0000
- Cc: Carl Sorensen <c_sorensen@xxxxxxx>, frogs@xxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:mime-version:received:in-reply-to:references         :date:message-id:subject:from:to:cc:content-type         :content-transfer-encoding;        bh=DMpyIVXIP7SCKWNvVE1XI7pm8oA+RZpH7z7JtCE8Dxg=;        b=aWQA+PkEJIw+T7/55BvnRcH+1pZ53SWnNN7FT/Q7dzIsDyMpUNjN6d0/hq8byGIXZt         6oQjyPJNoKNAlKcexpZnqYrN5xjL78k1ADf0/8Xkvx2i7H6Ry8LottEdw1BTd+oEUFI7         mpTvd9GSrfaL7Ow6Qz0uGrp6P21Gw03toijrE=
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=mime-version:in-reply-to:references:date:message-id:subject:from:to         :cc:content-type:content-transfer-encoding;        b=FFq9k27g0XHf06bnTdCoANen9vD2K3TtiKuWGYeBo53oEd/i5ZIipsOHLxuOV535nN         P9tqmE/5jXEdd/4eJq+5gaFn38udVJE5FlDlU+4g6co1eN7W1BYtlqTyhnaC7P6TcaW9         E3KkGfEkGAd1X3F9oM8fut5efQo48uevZuDvY=
2009/12/8 Trevor Daniels <t.daniels@xxxxxxxxxxx>:
> Unless you can suggest a better way this is what
> we shall have to go with.  We can still simply
> specify the required font as an override to
> TabNoteHead, so maybe markup like this will be
> required only in pretty exceptional circumstances.
The usual method (see for example define-grobs.scm) is to use
backquote (aka quasiquote) with a comma (aka unquote):
fretLabels = #`("a" "b" ,(markup #:italic #:smaller "c"))
BTW, you still need to document this context property in
define-context-properties.scm, otherwise make all will fail.
Cheers,
Neil
---
----
Join the Frogs!