]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/coriolan.ly
release: 1.1.43
[lilypond.git] / mutopia / Coriolan / coriolan.ly
index baed0a99b0391f7147519f5c8aef685782e96943..1d962bb2b4e2f949e80015353e88b4567275b22e 100644 (file)
@@ -7,7 +7,7 @@ enteredby =      "JCN";
 copyright =     "public domain";
 }
 
-\version "1.0.3";
+\version "1.0.19";
 
 \include "global.ly"
 
@@ -25,45 +25,45 @@ copyright =  "public domain";
 \include "violino-2.ly"
 \include "violoncello.ly"
 
-legno = \type StaffGroup = legno_group <
+legno = \context StaffGroup = legno_group <
        \$flauti_staff
        \$oboi_staff
        \$clarinetti_staff
        \$fagotti_staff
 >
 
-koper = \type StaffGroup = koper_group <
+koper = \context StaffGroup = koper_group <
        \$corni_staff
        \$trombe_staff
 >
 
-$timpani_g = \type StaffGroup = timpani_group <
+$timpani_g = \context StaffGroup = timpani_group <
        \$timpani_staff
-       \type Staff = urgtimpany \notes{ \skip 1*34; }
+       \context Staff = urgtimpany \notes{ \skip 1*34; }
 >
 
-$violini = \type GrandStaff = violini_group <
+$violini = \context GrandStaff = violini_group <
        \$violino1_staff
        \$violino2_staff
 >
 
-$violi = \type GrandStaff = violi_group <
+$violi = \context GrandStaff = violi_group <
        \$viola1_staff
        \$viola2_staff
 >
 
-$bassi = \type GrandStaff = bassi_group <
+$bassi = \context GrandStaff = bassi_group <
        \$violoncello_staff
        \$contrabasso_staff
 >
 
-strijkers = \type StaffGroup = strijkers_group <
+strijkers = \context StaffGroup = strijkers_group <
        \$violini
        \$violi
        \$bassi
 >
 
-default_paper = \include "score-paper.ly"
+
 \score{
        <
                \property Score . textstyle =  "italic"
@@ -75,7 +75,9 @@ default_paper = \include "score-paper.ly"
        >
        \paper{
                % Give hara-kiri something to do...
+               % URG fixme Score+HaraKiri!
                linewidth = 130.0\mm;
+               \translator { \OrchestralScoreContext }
        }
        \midi{ \tempo 4 = 160; }
 }