lilypond-user
[Top][All Lists]
Advanced

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

Re: changing the appearance for single dots in fret boards


From: Knute Snortum
Subject: Re: changing the appearance for single dots in fret boards
Date: Fri, 6 Jun 2014 03:13:32 -0700

I don't have an answer for you, but I do want to mention that you should be careful to post working examples. 

%%%%%%%%%%%%%%%
\version "2.18.2"
\language "deutsch"

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 }
    >>
  }
}


Knute Snortum
(via Gmail)


On Fri, Jun 6, 2014 at 12:59 AM, Marc Hohl <address@hidden> wrote:
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 }
    >>
  }
}


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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