-
Notifications
You must be signed in to change notification settings - Fork 0
/
invencion.ly
48 lines (36 loc) · 1.07 KB
/
invencion.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
%{
invención para cuarteto de cuerda
Juan Carlos Paz
1961
Typesetting by Andrew Bernard, Ezequiel Birman, Ryan McClure, Alex
Voice and Peter Wannemacher.
March 2013
There seemed to exist a printed edition by Tonos International Music
Edition, now unavaliable. This score was created entirely from the
manuscript.
This file provides some defaults. You may create your own version
with your favourite stylesheets, fonts, margins, etc.
%}
\version "2.17.14"
%% useful when editing to reduce compilation time
%% showLastLength = R4*335
%% showFirstLength = R4*100
\include "score.ly"
\include "style.ily"
\score {
\new StaffGroup \keepWithTag #'score \music
\layout
{\context {
\Voice
%% Permit line breaks within tuplets
\remove "Forbid_line_break_engraver"
%% Allow beams to be broken at line breaks
\override Beam #'breakable = ##t
%% useful for debugging
%% \remove "Note_heads_engraver"
%% \consists "Completion_heads_engraver"
%% \remove "Rest_engraver"
%% \consists "Completion_rest_engraver"
}}
%% \midi { }
}