\version "2.18.2" exeSixFourNine = { \key bes\major \tempo "tempo 649" \repeat volta 2 { | % mes.1 s1 | % mes.2 s1 } % end. } %{ \tocItem \markup "649" \score { \new StaffGroup << \new Staff \exeSixFourNine \new TabStaff \exeSixFourNine >> \layout { ragged-right = ##f indent = 0 system-count = 1 % <= specify the number of system (avoid '\break' & '\noBreak' work) \context { \Score \omit BarNumber } \context { \StaffGroup \omit SystemStartBracket } \context { \Staff \clef "F_8" \numericTimeSignature } \context { \TabStaff stringTunings = #bass-tuning \clef "moderntab" \tabFullNotation \omit TimeSignature } } \header { piece = \markup\sans\bold\fontsize #5 "649" } } %}