]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/screech-boink.ly
*** empty log message ***
[lilypond.git] / input / screech-boink.ly
index 9ec78d80267f5e00fdc1857f34af7048a8fb39b0..aa9cba8024f61ed3ce9431d5fc6a38316caa7486 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.22"
+\version "2.3.4"
 \header {
     title = "Screech and boink"
     subtitle = "Random complex notation"
@@ -6,7 +6,7 @@
 }
 
 \score {
-    \notes \context PianoStaff <<
+     \context PianoStaff <<
        \context Staff = up {
            \time 4/8
            \key c \minor
@@ -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
+       }
+       
+    }
 }