Status: Accepted
Owner: ----

New issue 4531 by [email protected]: Let fret-diagram scale markups to fit into dots
https://code.google.com/p/lilypond/issues/detail?id=4531

Followup to issue 4120

Example:

\markup \fill-line {
      \override #'(size . 10)
      \override #'(fret-diagram-details . ((finger-code . in-dot)))
      \fret-diagram-verbose #`(
        (place-fret 5 2 1)
        (place-fret 4 4 "fis" red)
        (place-fret 3 4 "b" red)
        (place-fret
          2 4
          ,#{ \markup
                \concat {
                  \vcenter "d"
                  \fontsize #-5
                  \musicglyph #"accidentals.sharp"} #}
          red)
        (place-fret 1 2 1))
    }

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to