grande-solo/main.ly

44 lines
753 B
Plaintext
Raw Permalink Normal View History

\version "2.18.2"
\include "common.ly"
%#(set-global-staff-size 16 )
2018-02-15 18:52:11 +00:00
%% fixme - not so hot about the range of font sizes used
\header {
2018-02-15 18:52:11 +00:00
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"
2018-02-15 18:52:11 +00:00
% piece = "Introduction"
}
}
\include "music/2-allegro/guitar.ly"
\score {
<<
\new Staff \with {
\consists "Span_arpeggio_engraver"
} { \guitar }
>>
\layout {}
\header {
piece = \markup \fontsize #3 "Allegro"
2018-02-15 18:52:11 +00:00
% piece = "Allegro"
}
}