Re: choosing frets for harmonics

2010-09-17 Thread Steve Yegge
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

Re: choosing frets for harmonics

2010-09-17 Thread Patrick Schmidt
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

choosing frets for harmonics

2010-09-16 Thread 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 TabStaff { \transpose c c, { \music } } >> } Is there a way