lilypond-user
[Top][All Lists]
Advanced

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

choosing frets for harmonics


From: Steve Yegge
Subject: choosing frets for harmonics
Date: Thu, 16 Sep 2010 23:37:26 -0700

For a 5th harmonic, the TabStaff automatically chooses the 19th fret rather than the 7th fret.  For instance:

music = {
  <<
    \relative c' { \harmonicsOn b'1\6 \harmonicsOff }
  >>
}
\score {
  <<
    \new Staff { \music }
    \new TabStaff { \transpose c c, { \music } }
  >>
}

Is there a way to specify which among N alternative frets to use when N > 1?

-steve

reply via email to

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