]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/screech-boink.ly
* input/regression/part-combine-mmrest-after-solo.ly (Module): new
[lilypond.git] / input / screech-boink.ly
index 9102972f10a1c972d4528510e632e6f9883ceae9..aa9cba8024f61ed3ce9431d5fc6a38316caa7486 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\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 {
        raggedright = ##t 
 
        \context {
-           \StaffContext
+           \Staff
            \consists Horizontal_bracket_engraver
        }
        
     }
-    \midi { \tempo 8 = 60 }
 }