\include "header" \paper{paper-height=7\cm } TrackAVoiceAMusic = #(define-music-function (parser location inTab) (boolean?) #{ \clef #(if $inTab "tab" "treble_8") \key c \major \time 3/4 \oneVoice \times 2/3 {16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 } \times 2/3 {16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 } \times 2/3 {16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 16 } \times 2/3 {16 16 16 16 16 16 16 16 16 16 16 16 8 8 8 } \bar "|." #}) TrackATabStaff = \new TabStaff \with { stringTunings = #'( 9 4 0 -5 ) } << \context TabVoice = "TrackAVoiceAMusic" { \removeWithTag #'chords \removeWithTag #'texts \TrackAVoiceAMusic ##t } >> \score { \TrackATabStaff }