grande-solo/main.ly

37 lines
563 B
Plaintext

\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 >>
\new Dynamics { \guitarDynamics }
>>
\layout {}
\header {
piece = \markup \fontsize #3 "Introduction"
}
}
\include "music/2-allegro/guitar.ly"
\score {
<<
\new Staff << \guitar >>
>>
\layout {}
\header {
piece = \markup \fontsize #3 "Allegro"
}
}