On Sunday 08 June 2008 07:44:00 Marc Hohl wrote:
> Torquil Macdonald Sørensen schrieb:
> > Hello, I am having no luck trying to get lilypond to specify fret 12 on
> > the third string, for the first note in this example:
> >
> > \new TabStaff { g4\3 f\3 e\3 c\4 }
>
> You have to specify the octave position, either absolute:
>
> \new TabStaff { g'4\3 f'\3 e'\3 c'\4 }
>
> or simpler using \relative:
>
> \new TabStaff { \relative c'' { g4\3 f\3 e\3 c\4 }  }
>

Yes, that worked fine. Thanks Marc.

Torquil


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to