Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> writes:

> 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...

That one would just be screaming for the "needs-work" patch in
issue 703.  The patch might not be optimal for banjos but for this kind
of reverse tuning...

But there might be some other override for the string/staffline
assignment that's better suited.

-- 
David Kastrup

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

Reply via email to