-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOrnsteinPianoConcerto-Parts-0607-HornVII.ly
63 lines (51 loc) · 1.34 KB
/
OrnsteinPianoConcerto-Parts-0607-HornVII.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
%%% Leo Ornstein - Piano Concerto (S824)
%%%
%%% Musical material Copyright (c) 2015 Poon Hill Press
%%% License: Performance Restricted Attribution-NonCommercial-NoDerivs 3.0
%%% The full text can be found in the LICENSE file with this code. It can be
%%% downloaded at https://imslp.org/wiki/Permissible_IMSLP_Licenses_(Various)
\version "2.24.0"
\include "common.ily"
instrumentName = "Horn VII in F"
%% Set the part size to U.S. standard 9"x12".
\paper {
#(set-paper-size "arch a")
top-margin = 0.5\in
bottom-margin = 0.5\in
left-margin = 0.75\in
right-margin = 0.75\in
}
\header {
title = \hdrTitle
composer = \hdrComposer
instrument = \instrumentName
copyright = \hdrCopyright
}
%%% First movement
\include "mvmt1/I-common.ily"
\include "mvmt1/I-orch-06-horns.ily"
\score {
\new Staff \compressMMRests \transpose f c' \keepWithTag #'Part { \markLengthOn \Horn_VII_mvmt_I }
\layout {
\context {
\Score
rehearsalMarkFormatter = #format-mark-circle-numbers
\numericTimeSignature
}
}
}
%%% Second movement
%%% Tacet
%%% Third movement
\include "mvmt3/III-common.ily"
\include "mvmt3/III-orch-06-horns.ily"
\score {
\new Staff \compressMMRests \transpose f c' \keepWithTag #'Part { \markLengthOn \Horn_VII_mvmt_III }
\layout {
\context {
\Score
rehearsalMarkFormatter = #format-mark-circle-numbers
\numericTimeSignature
}
}
}