-
Notifications
You must be signed in to change notification settings - Fork 0
/
bwv_1004.ly
36 lines (31 loc) · 875 Bytes
/
bwv_1004.ly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% Copyright 2012-13 Ray Lehtiniemi <[email protected]>
% This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
% To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a
% letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
\version "2.12.3"
\include "bwv_1004_x.ly"
\include "bwv_1004_5.ly"
\book {
\score {
\new Staff
\with {
printKeyCancellation = ##f
explicitKeySignatureVisibility = #end-of-line-invisible
}
<<
\new Voice \ciaccona
\new Voice \ciacconaBreaks
>>
\layout {
ragged-last = ##t
\context {
\Score
\remove "Mark_engraver"
\consists #multi-mark-engraver
}
}
\header {
piece = "Ciaccona"
}
}
}