lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Grace notes causing inverted stems in \tabFullNotation


From: Phil Burfitt
Subject: Grace notes causing inverted stems in \tabFullNotation
Date: Wed, 17 Jun 2015 13:39:58 +0100

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.

Attachment: example.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]