lilypond-user
[Top][All Lists]
Advanced

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

changing the appearance for single dots in fret boards


From: Marc Hohl
Subject: changing the appearance for single dots in fret boards
Date: Fri, 06 Jun 2014 09:59:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Hi list,

I have some fret diagrams where one dot is placed and removed according
to the underlying rhythm, so it would be great to either change its
color or put it in parentheses.

In the example below, I want to change the appearance of the dot created by (place-fret 4 5 3).

Is that possible somehow?

Thanks in advance,

Marc

---

lower = {
  d g\4-3 d g\4

upper = {
  d'-1 h\3-2 d' h\3 d' h\3 d' h\3
}

fretboard = {
  s1^\markup {
       \fret-diagram-verbose #'((mute 6)
                                (mute 5)
                                (place-fret 4 5 3)
                                (place-fret 3 4 2)
                                (place-fret 2 3 1)
                                (mute 1))
     }
}

\score {
  \new Staff {
    \key g \major
    \clef "G_8"
    <<
      \new Voice { \fretboard }
      \new Voice { \voiceOne \upper }
      \new Voice { \voiceTwo \lower }
    >>
  }
}




reply via email to

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