% Created on Sun Jul 09 16:04:20 EST 2006 \version "2.9.10" \header { } staffPiano = \new PianoStaff { \set PianoStaff.midiInstrument = #"acoustic grand" \set PianoStaff.instrument = #"Piano " \time 2/4 << \context Staff = "RH" { % Right hand \clef treble \key bes \major \relative c { \tupletUp << { \times 2/3 { \revert Rest #'direction \revert MultiMeasureRest #'staff-position r8 bes''8 \tieNeutral ~} } \\ { \once \override TupletNumber #'transparent = ##t \times 2/3 {s8 \tieUp bes4~} } >> << { 4 } \\ { \stemUp bes4 } >> } } \context Staff = "LH" { % Left hand \clef bass \key bes \major \relative c { } } >> } \score { << \staffPiano >> \midi { } \layout { ragged-right = ##t } } \paper { }