Il giorno lun, 25/04/2011 alle 00.09 +0200, Federico Bruni ha scritto: > Or should I rather edit > Documentation/snippets/new/chord-glissando-in-tablature.ly?
I've changed my mind and I think that I should edit this file instead of fretted-strings.itely. In the meanwhile I've realized that relative mode triggers another error when chordGlissando moves down (from higher to lower pitches). Pitches are correct, but glissandi are in a mess. See chord-glissando-down.ly attached. There's a workaround for this error? I think that documentation should cover this issue as well (if there's not a workaround, we might say that a chordGlissando "moving back" should be entered in absolute mode?). Thanks, Federico
\version "2.13.60" relativeMode = \relative c' { \chordGlissando <f\3 a\2 c\1> <c\3 e\2 g\1>8 } \new StaffGroup << \new Staff { \clef "G_8" \relativeMode } \new TabStaff { \clef "moderntab" \relativeMode } >> absoluteMode = { \chordGlissando <f'\3 a'\2 c''\1> <c'\3 e'\2 g'\1>8 } \new StaffGroup << \new Staff { \clef "G_8" \absoluteMode } \new TabStaff { \clef "moderntab" \absoluteMode } >>
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond