Il giorno sab, 06/11/2010 alle 16.23 -0400, Mike Jarmy ha scritto:
> \version "2.12.3"
> 
> treble = {
>     \set TabStaff.minimumFret = #7
>     d'16 g b d~d b g d
> }
> 
> bass = {
>     \set TabStaff.minimumFret = #0
>     d8 d g d
> } 

If you specify TabVoice instead of TabStaff, then it will be applied to
treble voice only.
This code should work:


treble = {
    \set TabVoice.minimumFret = #7
    d'16 g b d~d b g d
}

bass = {
    d8 d g d
}


HTH,
Federico


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to