grande-solo/main.ly

36 lines
525 B
Plaintext
Raw Normal View History

\version "2.18.2"
\include "common.ly"
%#(set-global-staff-size 16 )
\header {
title = \title
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"
}
}
\include "music/2-allegro/guitar.ly"
\score {
<<
\new Staff << \guitar >>
>>
\layout {}
\header {
piece = \markup \fontsize #3 "Allegro"
}
}