blob: ce1b61453481f0b3ab04f8ebd4fbb0df40fadaf4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
\include "includes/header.ly"
\include "includes/definitions.ly"
\include "includes/paper.ly"
\include "largo/viola.ly"
\bookpart {
\score {
\new Staff \with { instrumentName = #"Viola." } { \viola }
}
}
|