% Created on Fri Sep 15 21:40:19 EST 2006 \version "2.9.17" #(set-global-staff-size 14) \header { } normalRests = { \revert Rest #'direction \revert MultiMeasureRest #'staff-position } \include "english.ly" staffViolin = \new Staff { \time 4/4 \set Staff.instrumentName = \markup { \line { \score { << \new Staff { \time 4/4 \set Staff.instrumentName = \markup { \fontsize #1 "Violino I." \hspace #1 } \key c \major \clef soprano \relative c' { \set Staff.fontSize = #-1 \override Staff.StaffSymbol #'staff-space = #(magstep -1) c4 s4 \bar "" }} >> \layout { raggedright = ##t line-width = 4\cm \context { \Staff \remove Time_signature_engraver } }}} \hspace #1 } \set Staff.midiInstrument="violin" \key c \major \clef treble \relative c' { c4 c c c c4 c c c \bar "|." } } staffViolinII = \new Staff { \time 4/4 \set Staff.instrumentName = \markup { \line { \score { << \new Staff { \time 4/4 \set Staff.instrumentName = \markup { \fontsize #1 "Violino II." \hspace #1 } \key c \major \clef soprano \relative c' { \set Staff.fontSize = #-1 \override Staff.StaffSymbol #'staff-space = #(magstep -1) c4 s4 \bar "" }} >> \layout { raggedright = ##t line-width = 4\cm \context { \Staff \remove Time_signature_engraver } }}} \hspace #1 } \set Staff.midiInstrument="violin" \key c \major \clef treble \relative c' { c4 c c c c4 c c c \bar "|." } } \score { << \new StaffGroup << \staffViolin \staffViolinII >> >> \midi { } \layout { indent = 4\cm } } \paper { }