]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/screech-boink.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / screech-boink.ly
index dc2db6cb3203a722329a90e2255415f6aeb9897a..f779df0e9cff3662c14bad6b1a24a3bb0c463c35 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.4"
+\version "2.1.7"
 \header {
     title = "Screech and boink"
     subtitle = "Random complex notation"
     \key c \minor
 
 
-<< { \property Voice.Stem \override #'direction = #'()         \translator Staff = down
+<< { \property Voice.Stem \override #'direction = #'()         \change Staff = down
     \property Voice.subdivideBeams = ##t            
        g16.[
-       \translator Staff = up
-       c'''32  \translator Staff = down
-       g32 \translator Staff = up
-       c'''32  \translator Staff = down
+       \change Staff = up
+       c'''32  \change Staff = down
+       g32 \change Staff = up
+       c'''32  \change Staff = down
         g16]
-       \translator Staff = up
+       \change Staff = up
 \property Voice.Stem \revert #'direction
        \property Voice.followVoice = ##t
        c'''32([ b''16 a''16 gis''16 g''32)]  } \\
 
 \paper { linewidth = -1.0
 
-       \translator { \StaffContext \consists Horizontal_bracket_engraver }
+       \translator {
+           \StaffContext
+           \consists Horizontal_bracket_engraver }
+
 }
 \midi { \tempo 8 = 60 }
 }