\version "2.19.25" << \new ChordNames \chordmode { c1 c } \new Line { \new TabStaff { \relative c { c4 e g c %\stopStaff } %\stopStaff } \stopStaff \new RhythmicStaff { 4 8 8~8 8 4 \break 4 4 4 4 1 } } \relative c' { c1 c c c } >> \layout { \context { \name "Line" \type "Engraver_group" \consists "Axis_group_engraver" \accepts TabStaff \accepts RhythmicStaff } \context { \Score \accepts "Line" } }