blob: 86b9fba5e587f59443e9817cc0581687c66e99dd (
about) (
plain)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
%% DO NOT EDIT this file manually; it is automatically
%% generated from LSR http://lsr.dsi.unimi.it
%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
\version "2.17.11"
\header {
= "headword"
= "
Random complex notation
"
= "Screech and Boink"
} % begin verbatim
\score {
\context PianoStaff <<
\new Staff = "up" {
\time 4/8
\key c \minor
<<
{
\revert Stem.direction
\change Staff = down
\set subdivideBeams = ##t
g16.[
\change Staff = up
c'''32
\change Staff = down
g32
\change Staff = up
c'''32
\change Staff = down
g16]
\change Staff = up
\stemUp
\set followVoice = ##t
c'''32([ b''16 a''16 gis''16 g''32)]
}
\\
{ s4 \tuplet 3/2 { d'16[ f' g'] } as'32[ b''32 e'' d''] }
\\
{ s4 \autoBeamOff d''8.. f''32 }
\\
{ s4 es''4 }
>>
}
\new Staff = "down" {
\clef bass
\key c \minor
\set subdivideBeams = ##f
\override Stem.french-beaming = ##t
\override Beam.beam-thickness = #0.3
\override Stem.thickness = #4.0
g'16[ b16 fis16 g16]
<<
\makeClusters {
as16 <as b> <g b> <g cis>
}
\\
{
\override Staff.Arpeggio.arpeggio-direction = #DOWN
<cis, e, gis, b, cis>4\arpeggio
}
>>
}
>>
\midi {
\tempo 8 = 60
}
\layout {
ragged-right = ##t
\context {
\Staff
\consists "Horizontal_bracket_engraver"
}
}
}
|