2014-02-26 9:52 GMT+01:00 Federico Bruni <[email protected]>:

> A snippet which says that you can use Staff and TabStaff together doesn't
> make sense.
>
 I don't see what you mean. If that make sense or not is not the aim of
this snippet.

> If you use slurs (aka hammer-on/pull-off in tablature) or glissando (aka
> slides in tablature), they will appear on Staff and TabStaff by default;
> this is what any user would expect.
>
I would not.
If ever I had to use both Staff and TabStaff here's how I would write a
glissando :

myMusic = \relative c' {

<c e g>1 \glissando <f a c>

}

\score {

<<

\new Staff {

\clef "treble_8"

\myMusic

}

\new TabStaff \with { \override Glissando.style = #'none } {

\myMusic

}

>>

}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to