]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/viola-part.ly
release: 1.1.64
[lilypond.git] / mutopia / Coriolan / viola-part.ly
index 451392a4912a2c13f25346b807cd02e2bf9bc819..d7448fa7a73910a6a44a1c34b1de999065f66e1f 100644 (file)
@@ -13,21 +13,21 @@ copyright =  "public domain";
 \include "viola-1.ly"
 \include "viola-2.ly"
 
-$viola_staff = \context Staff = violai <
-       \property Staff.midiInstrument = "viola"
-       \property Staff.instrument = "Viola"
-       \property Staff.instr = "Vla."
-       \clef "alto";
-       \notes \context Voice=one < 
-               \global 
-               \$viola1
-               \$viola2
-       >
+$viola_staff = \context GrandStaff = viola <
+       \$viola1_staff
+       \$viola2_staff
 >
 
 \score{
        \$viola_staff
-       \include "coriolan-part-paper.ly"
+       %%\include "coriolan-part-paper.ly"
+       \paper{
+               castingalgorithm = \Wordwrap;
+               \translator { \VoiceContext beamAuto=0; }
+               \translator { \HaraKiriStaffContext }
+               % \translator { \ScoreContext skipBars = 1; }
+               \translator { \OrchestralScoreContext skipBars = 1; }
+       }
        \midi{ \tempo 4 = 160; }
 }