LSR: Local update.
[lilypond/mpolesky.git] / Documentation / snippets / screech-boink.ly
blobdb205ee48a6aca4f31fedbe735bfdbf6095d7fb7
1 % Do not edit this file; it is automatically
2 % generated from Documentation/snippets/new
3 % This file is in the public domain.
4 %% Note: this file works from version 2.12.0
5 \version "2.13.10"
6 \header {
7 lsrtags = "headwords"
8 texidoc = "Random complex notation"
9 doctitle = "Screech and Boink"
10 } % begin verbatim
13 \score {
14 \context PianoStaff <<
15 \new Staff = "up" {
16 \time 4/8
17 \key c \minor
20 \revert Stem #'direction
21 \change Staff = down
22 \set subdivideBeams = ##t
23 g16.[
24 \change Staff = up
25 c'''32
26 \change Staff = down
27 g32
28 \change Staff = up
29 c'''32
30 \change Staff = down
31 g16]
32 \change Staff = up
33 \stemUp
34 \set followVoice = ##t
35 c'''32([ b''16 a''16 gis''16 g''32)]
38 { s4 \times 2/3 { d'16[ f' g'] } as'32[ b''32 e'' d''] }
40 { s4 \autoBeamOff d''8.. f''32 }
42 { s4 es''4 }
45 \new Staff = "down" {
46 \clef bass
47 \key c \minor
48 \set subdivideBeams = ##f
49 \override Stem #'french-beaming = ##t
50 \override Beam #'beam-thickness = #0.3
51 \override Stem #'thickness = #4.0
52 g'16[ b16 fis16 g16]
54 \makeClusters {
55 as16 <as b> <g b> <g cis>
59 \override Staff.Arpeggio #'arpeggio-direction = #DOWN
60 <cis, e, gis, b, cis>4\arpeggio
65 \midi {
66 \context {
67 \Score
68 tempoWholesPerMinute = #(ly:make-moment 60 8)
71 \layout {
72 ragged-right = ##t
73 \context {
74 \Staff
75 \consists "Horizontal_bracket_engraver"