\version "2.18.2" \include "common.ly" %#(set-global-staff-size 16 ) %% fixme - not so hot about the range of font sizes used \header { title = \markup \fontsize #3.5 "Grande Solo" % title = "Grande Solo" subsubtitle = "Op. 14" composer = "Fernando Sor" copyright = \copyright } \include "music/1-introduction/guitar.ly" \score { << \new Staff << \guitar >> >> \layout {} \header { piece = \markup \fontsize #3 "Introduction" % piece = "Introduction" } } \include "music/2-allegro/guitar.ly" \score { << \new Staff \with { \consists "Span_arpeggio_engraver" } { \guitar } >> \layout {} \header { piece = \markup \fontsize #3 "Allegro" % piece = "Allegro" } }