lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The stafftab reversed!?


From: David Kastrup
Subject: Re: The stafftab reversed!?
Date: Tue, 17 Nov 2015 09:16:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Pierre Perol-Schneider <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]