Thanks -- I didn't know about this list but I'll subscribe.
And of course I meant the 3rd harmonic. Silly me.
-steve
On Fri, Sep 17, 2010 at 12:37 AM, Patrick Schmidt wrote:
> Hi Steve,
> Am 17.09.2010 um 08:37 schrieb Steve Yegge:
>
>
> For a 5th harmonic, the TabStaff automatically chooses t
Hi Steve,
Am 17.09.2010 um 08:37 schrieb Steve Yegge:
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 TabS
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