]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/screech-boink.ly
Changes to fix pdf doc creation, and some minor doc additions.
[lilypond.git] / input / screech-boink.ly
index 207a8245db03a113c591bf91d86d69f9b175d92f..7528ce7e51720ad5a4f65cacbeb954e41c77c779 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.29"
+\version "2.7.39"
 \header {
     title = "Screech and boink"
     subtitle = "Random complex notation"
@@ -6,8 +6,8 @@
 }
 
 \score {
-    \notes \context PianoStaff <<
-       \context Staff = up {
+     \context PianoStaff <<
+       \new Staff =  "up" {
            \time 4/8
            \key c \minor
 
@@ -23,7 +23,7 @@
                    c'''32      \change Staff = down
                    g16]
                \change Staff = up
-               \override Stem  #'direction = #1
+               \stemUp
                \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''] } \\
@@ -32,7 +32,7 @@
           >>
        }
 
-       \context Staff = down {
+       \new Staff =  "down" {
            \clef bass
            \key c \minor
            \set subdivideBeams = ##f
            \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>
            } \\
               {
-                  \override Staff.Arpeggio  #'arpeggio-direction =#-1
+                  \override Staff.Arpeggio  #'arpeggio-direction =#down
                   <cis, e, gis, b, cis>4\arpeggio  }
           >>
        }
     >>
+    \midi { \tempo 8 = 60 }
 
-    \paper {
-       raggedright = ##t 
+    \layout {
+       ragged-right = ##t 
 
        \context {
-           \StaffContext
+           \Staff
            \consists Horizontal_bracket_engraver
        }
        
     }
-    \midi { \tempo 8 = 60 }
 }