From dfa2d5aa27d18a8fc8dda53203f8321731c4474d Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 30 Jan 2010 00:23:13 +0000 Subject: [PATCH] Build: run makelsr.py --- Documentation/snippets/screech-boink.ly | 79 +++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 Documentation/snippets/screech-boink.ly diff --git a/Documentation/snippets/screech-boink.ly b/Documentation/snippets/screech-boink.ly new file mode 100644 index 0000000000..7e4dd5a854 --- /dev/null +++ b/Documentation/snippets/screech-boink.ly @@ -0,0 +1,79 @@ +% Do not edit this file; it is automatically +% generated from Documentation/snippets/new +% This file is in the public domain. +%% Note: this file works from version 2.12.0 +\version "2.13.10" +\header { + lsrtags = "headwords" + texidoc = "Random complex notation" + doctitle = "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 \times 2/3 { 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 #'thickness = #0.3 + \override Stem #'thickness = #4.0 + g'16[ b16 fis16 g16] + << \makeClusters { + as16 + + + } \\ + { + \override Staff.Arpeggio #'arpeggio-direction =#down + 4\arpeggio } + >> + } + >> + + \midi { + \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 60 8) + } + } + + + + \layout { + ragged-right = ##t + + \context { + \Staff + \consists Horizontal_bracket_engraver + } + + } +} -- 2.39.5