On Sun, Dec 16, 2012 at 6:23 AM, Federico Bruni <fedel...@gmail.com> wrote:

> Here the examples:
>
>
> \version "2.17.9"
>
> music =  \relative c' {
>   % Example 1: only TabStaff is wrong and can be corrected with an override
>   %\once \override TabVoice.Slur.direction = #DOWN
>   <g\4 b\2>\4\glissando ( gis\4)
>
>   % Example 2: Staff and TabStaff are both wrong, but can be corrected
> with an override
>   %\once \override Slur.direction = #UP
>   g\4\glissando ( <gis\4 e,>)
> }
>
> \score {
>   \new StaffGroup <<
>     \new Staff <<
>       \context Voice { \clef "G_8" \music }
>     >>
>     \new TabStaff  <<
>       \context TabVoice { \clef "moderntab" \music }
>     >>
>   >>
> }
>

This has been added to the tracker as a feature request : Issue 3031.
http://code.google.com/p/lilypond/issues/detail?id=3031

I wish you all a pleasant holiday season,

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

Reply via email to