\version "2.17.10" \header { title = "My Title" } \paper { line-width = #180 top-margin = #15 bottom-margin = #10 page-count = #3 min-systems-per-page = #5 max-systems-per-page = #6 markup-system-spacing = #'((padding . 10)) system-system-spacing = #'((padding . 10)) } global = { \key c \major \time 4/4 } violin = \relative c'' { \global \repeat unfold 166 { R1 } } contrabass = \relative c { \global \repeat unfold 166 { R1 } } violinPart = \new Staff \with { } \violin contrabassPart = \new Staff \with { } { \clef bass \contrabass } \score { \new PianoStaff << \violinPart \contrabassPart >> \layout { indent = 0 } }