]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/screech-boink.ly
* buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table.
[lilypond.git] / input / screech-boink.ly
index 207a8245db03a113c591bf91d86d69f9b175d92f..edd29d02162dfd071cfe4660055bf8ccfcb9fedc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.29"
+\version "2.4.0"
 \header {
     title = "Screech and boink"
     subtitle = "Random complex notation"
@@ -6,8 +6,8 @@
 }
 
 \score {
-    \notes \context PianoStaff <<
-       \context Staff = up {
+     \context PianoStaff <<
+       \context Staff = "up" {
            \time 4/8
            \key c \minor
 
@@ -32,7 +32,7 @@
           >>
        }
 
-       \context Staff = down {
+       \context Staff = "down" {
            \clef bass
            \key c \minor
            \set subdivideBeams = ##f
@@ -40,7 +40,7 @@
            \override Beam  #'thickness = #0.3
            \override Stem  #'thickness = #4.0
            g'16[ b16 fis16 g16]
-           << \apply #notes-to-clusters { 
+           << \makeClusters { 
                as16 <as b>
                <g b>
                <g cis>
           >>
        }
     >>
+    \midi { \tempo 8 = 60 }
 
-    \paper {
+    \layout {
        raggedright = ##t 
 
        \context {
-           \StaffContext
+           \Staff
            \consists Horizontal_bracket_engraver
        }
        
     }
-    \midi { \tempo 8 = 60 }
 }