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
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to