Thank you! It is a first solution! Although having to always indicate the 
string is frustrating! 
Thanks!
In data martedì 17 novembre 2015 09:01:09, hai scritto:
> Hi Mario,
> 
> Here's a possibility:
> 
> \version "2.18.2"
> 
> my-music = \relative { c d e f g a b c }
> 
> \score {
>   \new StaffGroup <<
>     \new Staff \my-music
>     \new TabStaff \my-music
> 
>   \layout {
>     \context {
>       \Staff
>       \clef "G_8"
>     }
>   }
> }
> 
> my-music-alter = \relative { c\2 d\3 e\3 f\3 g\4 a\4 b\5 c\5 }
> 
> \score {
>   \new StaffGroup <<
>     \new Staff \my-music-alter
>     \new TabStaff \my-music-alter
> 
>   \layout {
>     \context {
>       \Staff
>       \clef "G_8"
>       \omit StringNumber
>     }
>     \context {
>       \TabStaff
>       stringTunings = \stringTuning <e' b g d a, e,>
>     }
>   }
> }
> 
> Pretty tedious though...
> Cheers,
> Pierre
> 
> 2015-11-16 22:14 GMT+01:00 Mario Moles 
<mario.mole...@gmail.com>:
> > Hi lilyponders!
> > 
> > It is possible to reverse the staff tab? The first string in place of the
> > sixth? That is a mirror image to the arrangement of the guitar 
strings?
> > Thank you!
> > --
> > 
> > oiram/bin/selom
> > 
> > Da ognuno secondo le proprie capacità ad ognuno secondo i propri 
bisogni.
> > 
> > MIB-kernellinux-tester
> > 
> > http://mariomoles.altervista.org/
> > 
> > Linux <https://www.kernel.org/>
> > 
> > MIB <http://mib.pianetalinux.org/blog/> Lilypond <http://lilypond.org/>
> > Frescobaldi <http://www.frescobaldi.org/> Rosegarden
> > <http://www.rosegardenmusic.com/>
> > 
> > _______________________________________________
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user


/oiram/bin/selom/
/Da ognuno secondo le proprie capacità ad ognuno secondo i propri 
bisogni./
/MIB-kernellinux-tester/
http://mariomoles.altervista.org/[1] 
Linux[2] 
MIB[3] Lilypond[4] Frescobaldi[5] Rosegarden[6] 

--------
[1] http://mariomoles.altervista.org/
[2] https://www.kernel.org/
[3] http://mib.pianetalinux.org/blog/
[4] http://lilypond.org/
[5] http://www.frescobaldi.org/
[6] http://www.rosegardenmusic.com/
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to