Tiny example...

\version "2.18.2"

treble = \relative c' {
 \voiceOne
 \grace g8 g4 g g
}

bass = \relative c {
 \voiceTwo
 \grace s8 c4 c c
}
\score { \new TabStaff { \key c \major
   \time 3/4
   \tabFullNotation
   <<
     \new TabVoice { \treble }
     \new TabVoice { \bass }
   >>
 }
}



Any solutions?

Regards,
Phil.

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

Reply via email to