2014-05-02 9:19 GMT+02:00 Federico Bruni <fedel...@gmail.com>:

> What's the correct way to notate this guitar hammer-on/pull-off?
> I want the slur to start from the 2 in TabStaff ( note A of the chord). I
> may use slurDown, but this changes also the direction.
>
> What would you recommend?
>
> \version "2.18.2"
>
> upper =  \relative c' {
>   %\slurDown
>   <a e'>8( ais a g)
> }
>
> lower = \relative c {
>   a1
> }
>
> \score {
>   \new StaffGroup <<
>     \new Staff = "guitar" <<
>       \context Voice = "first voice" { \clef "G_8" \voiceOne  \upper }
>       \context Voice = "second voice" { \clef "G_8" \voiceTwo  \lower }
>     >>
>     \new TabStaff = "tab" <<
>       \context TabVoice = "tab first voice" { \clef "moderntab" \voiceOne
> \upper }
>       \context TabVoice = "tab second voice" { \clef "moderntab" \voiceTwo
> \lower }
>     >>
>   >>
> }
>
>
I may use \shape to draw the slur in TabStaff, but it would break the slur
shape in Staff:

\shape #'((0 . -3) (0 . -1) (1 . -1) (0 . 0)) Slur
  <a e'>8( ais a g)
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to