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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to