%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,noindent,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt)),quote]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
  line-width = 160\mm - 2.0 * 10.16\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/screech-and-boink.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
複雑な記譜の例
"
  doctitleja = "Screech and Boink"

%% Translation of GIT committish: c043783aac6c35926d633aa2daf60ed4f2e7ca7a
  texidocfr = "
Notation complexe et aléatoire.
"

  doctitlefr = "Screech and boink"

%% Translation of GIT committish: 70abecb938c2bb752967bd56b7402dd8129838a5
  texidoces = "
Notación musical compleja y aleatoria.
"

  doctitlees = "@emph{Screech and boink}"

  categories = "Contemporary notation"

  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 \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"
    }
  }
}



% ****************************************************************
% end ly snippet
% ****************************************************************
