\version "2.18.2" \include "my-tab-functions.ly" \header{ title = "Ukulele Template" subtitle = " " %tagline = ##f } \paper { #(set-paper-size "a4") top-margin = 10\mm left-margin = 16.5\mm right-margin = 10\mm bottom-margin = 10\mm indent = -5 system-system-spacing = #'((padding . 5)) } \new TabStaff \with { stringTunings = #ukulele-tuning instrumentName = \GCEA \start-bar-clef \halve-half-stems \numericTimeSignature \tabFullNotation \revert Stem.stencil \revert Stem.X-extent \beam-stem-height #5 #5 %stems can be set up or down \override NoteColumn #'ignore-collision = ##t } { \relative c' { g'4\4 c, e a | \clef-off %keep this on the first line aftet the notes a2 e4 g\4 c,2 g'8\4 c, e a | a8 r8 r4 r2 | r1 | <> <> | <> <> | \break \beam-stem-height #-5 #-5 %stems can be set up or down g4\4 c, e a | a2 e4 g\4 c,2 g'8\4 c, e a | a8 r8 r4 r2 | r1 | <> <> | <> <> | \bar "|." } }