]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/screech-boink.ly
Down one octave.
[lilypond.git] / input / screech-boink.ly
index f574fa45862b4f4e616044b91d2be2eeeb0f16bb..1008d7575c618488dd316294b5153f995750b6dc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.23"
+\version "2.3.2"
 \header {
     title = "Screech and boink"
     subtitle = "Random complex notation"
@@ -40,7 +40,7 @@
            \override Beam  #'thickness = #0.3
            \override Stem  #'thickness = #4.0
            g'16[ b16 fis16 g16]
-           << \apply #notes-to-clusters { 
+           << \applymusic #notes-to-clusters { 
                as16 <as b>
                <g b>
                <g cis>
           >>
        }
     >>
+    \midi { \tempo 8 = 60 }
 
-    \paper { linewidth = -1.0
-
-            \translator {
-                \StaffContext
-                \consists Horizontal_bracket_engraver }
+    \paper {
+       raggedright = ##t 
 
-        }
-    \midi { \tempo 8 = 60 }
+       \context {
+           \Staff
+           \consists Horizontal_bracket_engraver
+       }
+       
+    }
 }