lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4531 in lilypond: Let fret-diagram scale markups t


From: lilypond
Subject: [Lilypond-auto] Issue 4531 in lilypond: Let fret-diagram scale markups to fit into dots
Date: Fri, 31 Jul 2015 19:25:14 +0000

Status: Accepted
Owner: ----

New issue 4531 by address@hidden: 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

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