As it said here, chordGlissando is a hack: http://code.google.com/p/lilypond/issues/detail?id=1617
However it's a nice hack so I hope this bug report will help to make it better. If you repeat this music two or more times, the notes of the first chord are raised by one octave each time: \chordGlissando <g b e>8 <a d fis> I guess I was not clear... please run lilypond on the attached file and look the output. Thanks, Federico
\version "2.13.60" music = \relative c' { \chordGlissando <g b e>8 <a d fis> % next chord is one octave higher, why? % If you write <g, b e>8 glissando brokes \chordGlissando <g b e>8 <a d fis> % one octave higher more \chordGlissando <g b e>8( <a d fis>) } \new StaffGroup << \new Staff { \clef "G_8" \music } \new TabStaff { \clef "moderntab" \music } >>
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond