\version "2.18" #(set-default-paper-size "a4" 'portrait) #(set-global-staff-size 18) \paper { system-separator-markup = \slashSeparator #(define after-title-space (* 0.5 cm)) #(define head-separation (* 0.5 cm)) print-page-number = ##t %% top-margin = 2\cm bottom-margin = 3\cm %%%%%these come together:%%%% % left-margin = 20\mm % line-width = 380\mm %%%%%%%%%%%%%%%%%%%%%%%%%%%%% } \layout { indent = 0.0 \context {\PianoStaff \consists #Span_stem_engraver } \context {\Score barAlways = ##t \override TimeSignature #'transparent = ##t \override BarLine #'transparent = ##t \override BarLine #'allow-span-bar = ##f \override BarNumber.transparent = ##t \override SpacingSpanner #'strict-note-spacing = ##t proportionalNotationDuration = #(ly:make-moment 1 32) defaultBarType = ""} \context {\Staff \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3) \override Stem #'cross-staff = ##t \override TimeSignature #'break-visibility = #all-invisible \override TimeSignature #'style = #'() \override NoteHead #'style = #'baroque } \context {\Voice \remove "Forbid_line_break_engraver" } } \new PianoStaff << \new Staff { \time 1/32 \stemUp c'4*1/2\stemNeutral c'4*1/2 cis'4*1/2 cis'4*1/2 cis'4*1/2 cis'4*1/2 d'4*1/2 d'4*1/2 d'4*1 } \new Staff { \clef bass \crossStaff { s4*5 } } >>