\version "2.18.2" \header {title = "Simultaneous slurs in a tuplet?"} global = { \key c \major \time 4/4 } flamencoGuitar = \relative c { \global % I NEED TO ADD A SECOND SLUR ABOVE THE FIRST HERE \tuplet 3/2 << {8[ ] } >> } \score { \new StaffGroup << \new Staff { \clef "treble_8" \flamencoGuitar } \new TabStaff \flamencoGuitar >> }