lilypond-user
[Top][All Lists]
Advanced

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

Re: Issue Including fingering indications on fret-diagram-terse string


From: Thomas Morley
Subject: Re: Issue Including fingering indications on fret-diagram-terse string
Date: Fri, 2 Jan 2015 23:34:39 +0100

2015-01-02 22:31 GMT+01:00 Ryan Clarin <address@hidden>:
> I could not find that \override string anywhere. Using the terse form of
> fret-diagram, simply adding a hyphen should have put fingerings below
> automatically but on mine it does not! This is version 2.18.2.

Why do you think so?
I copy from 2.18.-NR:

"
Fingering indications can be included in the fret-diagram-terse markup string.

<<
  \new ChordNames {
    \chordmode {
      c1 d:m
    }
  }
  \new Staff {
    \override Voice.TextScript.fret-diagram-details.finger-code = #'below-string
    \clef "treble_8"
    <c e g c' e'>1^\markup {
      \fret-diagram-terse #"x;3-3;2-2;o;1-1;o;"
    }
    <d a d' f'>1^\markup {
      \fret-diagram-terse #"x;x;o;2-2;3-3;1-1;"
    }
  }
>>
"

The IR
http://www.lilypond.org/doc/v2.18/Documentation/internals-big-page#fret_002ddiagram_002dinterface
"
3.2.39 fret-diagram-interface
[...]
fret-diagram-details
[...]
finger-code – Code for the type of fingering indication used. Options
include none, in-dot, and below-string. Default *none* for markup fret
diagrams, below-string for FretBoards fret diagrams.
[...]
"

HTH,
  Harm



reply via email to

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