2015-01-29 0:55 GMT+01:00 Ryan Clarin <ryancla...@gmail.com>:
> I am doing some worksheets for my students, and would like to use single
> dots on a fretboard to show them where single particular notes are located.
> When I try to to place a single dot on the a string for example, let's say
> open string A, when I type 1-0 within the fret-diagram string, it bars
> across the whole 1st fret, in addition to putting an open dot on A string.
>
> Ryan


Try:

{
  \clef "G_8"
  %\override TextScript.fret-diagram-details.finger-code = #'in-dot
  %\override TextScript.fret-diagram-details.dot-color = #'white
  d'^\markup {
        \fret-diagram-verbose #'(
          ("")
          ("")
          ("")
          ("")
          (place-fret 2 3 3)
          ("")
        )
      }_"d'"
}

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to