\version "2.19.27" \header { title = "Song 2" subtitle = "Acoustic Guitar" composer = "The very pretentious elephlies" copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } \include "../music/guitar.ly" \score { \new TabStaff = "acoustic guitar" \with { stringTunings = #guitar-tuning \RemoveEmptyStaves \tabFullNotation } { \tabChordRepeats \compressMMRests \guitar } \layout { indent = #0 short-indent = #0 \context { \Score \numericTimeSignature } } }