lilypond-user
[Top][All Lists]
Advanced

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

Re: circled guitar string number symbol in header text?


From: Christopher Berg
Subject: Re: circled guitar string number symbol in header text?
Date: Sun, 8 May 2011 13:40:38 -0400

It works! I'm not sure how, but I'll figure it out. Thank you, Federico!!

Christopher

On May 8, 2011, at 1:34 PM, Federico Bruni wrote:

> Il giorno dom, 08/05/2011 alle 12.11 -0400, Christopher Berg ha scritto:
>> How does one indicate a circled guitar string number in text above the
>> piece, as in " 3 = f# " (where the 3 is circled), which is often used
>> to indicate the tuning in transcriptions of Renaissance lute music. I
>> know how to indicate and position string numbers within the piece, but
>> not in text in the header block, which is where I'm guessing this
>> would go.
> 
> What about this?
> 
> \header {
>  title = "My Title"
>  composer = "Name Surname"
>  piece = \markup \column {
>    \line { \circle "6" "= D" }
>    \line { \circle "5" "= A" }
>    \line { \circle "4" "= D" }
>    \line { \circle "3" "= G" }
>    \line { \circle "2" "= A" }
>    \line { \circle "1" "= D" }
>  }
> }
> 




reply via email to

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