]> 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 17e5f897b30173606209db8693e1cff7fdd19374..edd29d02162dfd071cfe4660055bf8ccfcb9fedc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.23"
+\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 
 
-       \translator {
-           \StaffContext
+       \context {
+           \Staff
            \consists Horizontal_bracket_engraver
        }
        
     }
-    \midi { \tempo 8 = 60 }
 }