Dear Lilyponders,

I am new to Lilypond, but learning fast. In making an instructional document, I 
would like to display open strings with the note name below the strings. This 
leads me to 2 questions if I may:

1. Can someone help me do this with the following example - 1st and 6th strings 
are open, but without the note name below the string, like the others.
2. Is there a full list of overrides w arguments for the fretboard diagram ex. 
(dot- radius, string-thickness-factor, etc.)?

\markup {
    \vspace #1  
    \override #'(fret-diagram-details . ((finger-code . below-string)
                (dot-radius  . 0.3)
                (orientation . landscape)
                (string-thickness-factor . 0.3) 
                (string-label-font-mag . 0.3))
                )
    \override #'(size . 2)
    \center-column {
    "B7#9/E"
        \fret-diagram-verbose #'(
            (open 6)
            (place-fret 5 2 "B")
            (place-fret 4 1 "D#")
            (place-fret 3 2 "A")
            (place-fret 2 3 "Caug")
            (open 1))
      }
}

Best Regards,

Neil

Reply via email to