bug-lilypond
[Top][All Lists]
Advanced

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

TabStaff and glissando from note to chord (or the other way around)


From: Federico Bruni
Subject: TabStaff and glissando from note to chord (or the other way around)
Date: Sun, 01 May 2011 11:53:26 +0200

Is this a bug? (the comments in the example explain everything)
Thanks


\version "2.13.61"

music = \relative c' {
  % connect wrong strings in TabStaff
  dis\2\glissando <e\2 a\1>
  <e\2 a\1>\glissando dis\2
  
  % glissando direction in TabStaff
  e8\2\glissando dis % correct
  <e\2 a\1>\glissando <dis\2 gis\1> % correct
  <e\2 a\1>4\glissando <dis\2 a'\1> % line from fret 5 to fret 4 should
be "up to down" as in previous glissandos
}

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





reply via email to

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