papersize = "a4" \include "paper16.ly" \header { title = "" composer = "" opus = "" filename = "" mutopiatitle = "" mutopiacomposer = "" mutopiaopus = "" mutopiainstrument = "Piano" date = "" source = "" style = "" copyright = "" maintainer = "" maintainerEmail = "address@hidden" maintainerWeb = "" lastupdated = "" footer = "" tagline = "" } global = \notes { \key d \minor \time 3/4 } sop = \notes\relative c'{ d d4.( )cis8 \clef bass } alt = \notes\relative c'{ s2. } ten = \notes\relative c{ r16 e( bes' )e, r g( a e' r a, \translator Staff = treble cis \translator Staff = bass )g } bas = \notes\relative c,{ r16 r8 \translator Staff = treble a'''8^#'(bold "m.g.") \translator Staff = bass r8 } \score { \context PianoStaff < \context Staff = treble < \global \clef treble \context Voice = sop {\voiceOne \sop} \context Voice = alt {\voiceTwo \alt} > \context Staff = bass < \global \clef bass \context Voice = ten {\voiceOne \ten} \context Voice = bas {\voiceTwo \bas} > > \paper { } \header { piece="Var I" } }