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: Federico Bruni
Subject: Re: circled guitar string number symbol in header text?
Date: Sun, 08 May 2011 19:34:49 +0200

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]