\version "2.18.2" #(ly:set-option 'midi-extension "midi") \score { << \new Staff { \clef "treble" \new Voice { \override Score.BarNumber.break-visibility = #'#(#f #f #f) \time 4/4 \tempo 4 = 96 c'4 r4 e'8 f'8 e'4 d'4 \bar "|." } } >> \layout { indent = #10 } \midi { } }