]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/screech-boink.ly
Down one octave.
[lilypond.git] / input / screech-boink.ly
index 2db75a5bd14617a2c1916f4481e73075e1e83e30..1008d7575c618488dd316294b5153f995750b6dc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.22"
+\version "2.3.2"
 \header {
     title = "Screech and boink"
     subtitle = "Random complex notation"
@@ -15,7 +15,7 @@
            << {
                \revert Stem #'direction
                \change Staff = down
-               \set subdivideBeams =  ##t           
+               \set subdivideBeams = ##t            
                g16.[
                    \change Staff = up
                    c'''32      \change Staff = down
@@ -24,7 +24,7 @@
                    g16]
                \change Staff = up
                \override Stem  #'direction = #1
-               \set followVoice =  ##t
+               \set followVoice = ##t
                c'''32([ b''16 a''16 gis''16 g''32)]  } \\
               { s4 \times 2/3 { d'16[ f' g'] } as'32[ b''32 e'' d''] } \\
               { s4 \autoBeamOff d''8.. f''32  } \\
        \context Staff = down {
            \clef bass
            \key c \minor
-           \set subdivideBeams =  ##f
-           \override Stem  #'french-beaming =  ##t
+           \set subdivideBeams = ##f
+           \override Stem  #'french-beaming = ##t
            \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
+       }
+       
+    }
 }