\version "2.19.27" \header { title = "Circus" subtitle = "Keyboard" composer = "The very pretentious elephlies" copyright = \markup { \char ##x00A9 "2002—2016 Ricardo Wurmus" } } \include "../../settings.ly" \include "../music/keys.ly" \score { \new PianoStaff = "keyboard" \with { pedalSustainStyle = #'bracket } { \compressMMRests \keyboard } \layout { \tempo 4 = 90 indent = #0 short-indent = #0 \context { \Score \numericTimeSignature } } }