X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fscreech-boink.ly;h=edd29d02162dfd071cfe4660055bf8ccfcb9fedc;hb=163225c0cbb1055dfd3614615350ab9f3aaba74c;hp=3d436aa4233e839e701fa96bdc506971fa44a9d9;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/screech-boink.ly b/input/screech-boink.ly index 3d436aa423..edd29d0216 100644 --- a/input/screech-boink.ly +++ b/input/screech-boink.ly @@ -1,4 +1,4 @@ -\version "2.1.36" +\version "2.4.0" \header { title = "Screech and boink" subtitle = "Random complex notation" @@ -6,8 +6,8 @@ } \score { - \notes \context PianoStaff << - \context Staff = up { + \context PianoStaff << + \context Staff = "up" { \time 4/8 \key c \minor @@ -32,7 +32,7 @@ >> } - \context Staff = down { + \context Staff = "down" { \clef bass \key c \minor \set subdivideBeams = ##f @@ -40,7 +40,7 @@ \override Beam #'thickness = #0.3 \override Stem #'thickness = #4.0 g'16[ b16 fis16 g16] - << \apply #notes-to-clusters { + << \makeClusters { as16 @@ -51,15 +51,15 @@ >> } >> + \midi { \tempo 8 = 60 } - \paper { + \layout { raggedright = ##t \context { - \StaffContext + \Staff \consists Horizontal_bracket_engraver } } - \midi { \tempo 8 = 60 } }