\version "2.13.60" nonRelativeInput = { \chordGlissando 8 % octave is OK \chordGlissando 8 } relativeInput = \relative c' { \chordGlissando 8 % need octave check, otherwise it jumps one octave higher \octaveCheck c' \chordGlissando 8 } \new StaffGroup << \new Staff { \clef "G_8" \nonRelativeInput } \new TabStaff { \clef "moderntab" \nonRelativeInput } >> \new StaffGroup << \new Staff { \clef "G_8" \relativeInput } \new TabStaff { \clef "moderntab" \relativeInput } >>