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 [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
