lilypond-user
[Top][All Lists]
Advanced

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

Unwanted notation appearing on TabStaff after glissando


From: Ben Eichler
Subject: Unwanted notation appearing on TabStaff after glissando
Date: Wed, 22 Aug 2012 14:26:49 +1200

Hi everyone,


I have a song I'm tabbing out using a normal staff and a TabStaff which has a glissando appearing in it. The glissando looks great, but on the TabStaff every note after it has some sort of weird dot or line over the top of it. This is what my code for the glissando currently looks like:

\hideNotes \grace { dis32\5\glissando } \unHideNotes fis16\5 ...

My StaffGroup is very simple:

\new StaffGroup <<
\new Staff {
\clef "G_8"
\symbols
}
\new TabStaff {
\clef "moderntab"
\symbols
}
>>

I couldn't work out the name of the dots and lines, so I didn't know what to search for. Can somebody help me fix this?


-Ben

reply via email to

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