]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/screech-boink.ly
*** empty log message ***
[lilypond.git] / input / screech-boink.ly
index 6ee16df6caaa4e0cc2ba603fe26b168d69afa345..7528ce7e51720ad5a4f65cacbeb954e41c77c779 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.7.39"
 \header {
     title = "Screech and boink"
     subtitle = "Random complex notation"
@@ -7,7 +7,7 @@
 
 \score {
      \context PianoStaff <<
-       \context Staff = "up" {
+       \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
@@ -46,7 +46,7 @@
                <g cis>
            } \\
               {
-                  \override Staff.Arpeggio  #'arpeggio-direction =#-1
+                  \override Staff.Arpeggio  #'arpeggio-direction =#down
                   <cis, e, gis, b, cis>4\arpeggio  }
           >>
        }
@@ -54,7 +54,7 @@
     \midi { \tempo 8 = 60 }
 
     \layout {
-       raggedright = ##t 
+       ragged-right = ##t 
 
        \context {
            \Staff