lilypond-user
[Top][All Lists]
Advanced

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

Re: Fret-diagram custom mark-ups - only placing 1 dot on fretboard


From: Thomas Morley
Subject: Re: Fret-diagram custom mark-ups - only placing 1 dot on fretboard
Date: Thu, 29 Jan 2015 01:58:47 +0100

2015-01-29 0:55 GMT+01:00 Ryan Clarin <address@hidden>:
> 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



reply via email to

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