]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.32.jcn2
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 13 Mar 2000 22:23:44 +0000 (23:23 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 13 Mar 2000 22:23:44 +0000 (23:23 +0100)
1.3.32.jcn2
===========

* Made some small fixes to Coriolan.

CHANGES
VERSION
input/bugs/staff-margin.ly [new file with mode: 0644]
ly/engraver.ly
mutopia/Coriolan/clarinetti.ly
mutopia/Coriolan/coriolan-paper.ly
mutopia/Coriolan/coriolan.ly
mutopia/Coriolan/corni.ly
mutopia/Coriolan/flauto-1.ly
mutopia/Coriolan/global.ly
mutopia/Coriolan/violoncello.ly

diff --git a/CHANGES b/CHANGES
index b2578a395bb52dde256bd9114f45045f75db884c..c17fb87d7d3b8d75983e115ab5e878233776dd61 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+1.3.32.jcn2
+===========
+
+* Made some small fixes to Coriolan.
+
 1.3.32.jcn1
 ===========
 
diff --git a/VERSION b/VERSION
index 422bfe697dee3ed73ddd659c59172dc4b7ded667..9c56fc10a792a19692b2a5dfdd88c348613f1e29 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
 PATCH_LEVEL=32
-MY_PATCH_LEVEL=jcn1
+MY_PATCH_LEVEL=jcn2
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff --git a/input/bugs/staff-margin.ly b/input/bugs/staff-margin.ly
new file mode 100644 (file)
index 0000000..1275f69
--- /dev/null
@@ -0,0 +1,38 @@
+voice = \notes\relative c'{
+  \property Staff.instrument   = "Voice"
+  \property Staff.instr                = "V."
+
+  % Staff_margin_engraver kan be `fixed' by doing a silly request:
+  %\bar ".|";
+
+  c1\break c \bar "|.";
+} 
+
+soprano = \notes\relative c'{
+  \property Staff.instrument   = "Soprano"
+  \property Staff.instr                = "S."
+  c1 c \bar "|.";
+} 
+
+tenor = \notes \relative c'{
+  \property Staff.instrument   = "Tenor"
+  \property Staff.instr                = "T."
+  c1 c
+}
+
+\score
+{
+  \context StaffGroup< 
+    \context Staff = "voice"   \voice
+    \context GrandStaff< 
+      \context Staff = "soprano" \soprano
+      \context Staff = "tenor" \tenor
+    >
+  >
+
+  \paper {
+    indent = 50.0\mm;
+    linewidth = 100.0\mm;
+    \translator { \StaffContext \consists Staff_margin_engraver; }
+  }
+}
index 1d7eb0285b7984ad72e0bedf6f648b00ceaaaa72..93ca721d078c1d89fd6350cfad20aa06abf45131 100644 (file)
@@ -305,6 +305,12 @@ HaraKiriStaffContext = \translator {
        \consists "Staff_margin_engraver";
        \accepts "Voice";
 };
+%{
+  The HaraKiriStaffContexts doesn't override \name,
+  so it is still named `Staff'.
+
+  %\translator { \HaraKiriStaffContext }
+%}
 
 OrchestralPartStaffContext = \translator {
        \StaffContext
index 449279bdb9b20c2a8dd83eeec5a431de000edcf0..b6beb3d4b722b14623b02738bcfabf7987269ab8 100644 (file)
@@ -25,6 +25,7 @@ $clarinetti_staff = \context Staff = clarinetti <
        \notes \context Staff=clarinetti < 
                \time 4/4;
                \key F;
+               \skip 1*341; \bar "|.";
                \context VoiceOne=clarinettoi
                        \$clarinetto1
                \context VoiceTwo=clarinettoii
index e75dd8e97094271ffa39eb818e9e1153e9e81c5c..9c059b4e025af998d6a5e7158c67524ab31dc589 100644 (file)
@@ -1,9 +1,17 @@
 \paper{
        \paper_sixteen
+
+       %%
+       \translator { \VoiceContext \remove "Dynamic_engraver"; }
+
        \translator {
                \VoiceContext
                \name "VoiceOne";
-               \consists "Line_number_engraver";
+
+               %%
+               \remove "Dynamic_engraver";
+
+               %%\consists "Line_number_engraver";
                verticalDirection = #1
                stemVerticalDirection = #1
                dynamicDirection = #-1
@@ -11,7 +19,7 @@
        \translator {
                \VoiceContext
                \name "VoiceTwo";
-               \consists "Line_number_engraver";
+               %%\consists "Line_number_engraver";
                verticalDirection = #-1
                stemVerticalDirection = #-1
                \remove "Dynamic_engraver";
index 24f89ce987ce59596605d0947c588593f100b900..3c2043625c90191de5f2c348c9f2aec97078b7ef 100644 (file)
@@ -1,7 +1,8 @@
 \header{
 filename =      "coriolan.ly";
-% %title =      "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description =   "";
+title =         "Ouverture"; 
+subtitle = "Coriolan";
+opus = "Op. 62";
 composer =      "Ludwig van Beethoven (1770-1827)";
 enteredby =     "JCN";
 copyright =     "public domain";
@@ -41,20 +42,21 @@ ottoni = \context StaffGroup = otonni_group <
 
 $timpani_g = \context StaffGroup = timpani_group <
        \$timpani_staff
+       % HaraKiri mustn't work on first page
        \context Staff = urgtimpany \notes{ \skip 1*34; }
 >
 
-$violini = \context GrandStaff = violini_group <
+violini = \context GrandStaff = violini_group <
        \$violino1_staff
        \$violino2_staff
 >
 
-$violi = \context GrandStaff = violi_group <
+violi = \context GrandStaff = violi_group <
        \$viola1_staff
        \$viola2_staff
 >
 
-$bassi = \context GrandStaff = bassi_group <
+bassi = \context GrandStaff = bassi_group <
        \$violoncello_staff
        \$contrabasso_staff
 >
@@ -69,10 +71,10 @@ archi = \context StaffGroup = archi_group <
 \score{
        <
                %%? \property Score . textStyle =  "italic"
-               \$legni
-               \$ottoni
+               \legni
+               \ottoni
                \$timpani_g
-               \$archi
+               \archi
        >
        \include "coriolan-paper.ly"
        \include "coriolan-midi.ly"
index f98f981fcf75970b16ec5965339977020f9f080a..7db4bc7308a27f155fd8846780b3dd6da24f0d89 100644 (file)
@@ -24,6 +24,7 @@ $corni_staff = \context Staff = corni <
        %\notes \context Voice=corni < 
        \notes \context Staff=corni < 
                \time 4/4;
+               \skip 1*341; \bar "|.";
                \context VoiceOne=cornoi
                        \$corno1
                \context VoiceTwo=cornoii
index 484f5e13370aff00ae55672ab9ead69bc7a4037b..7168dfece59a5b5f474b82412c30b6dcbb74481a 100644 (file)
@@ -10,6 +10,9 @@ copyright =    "public domain";
 \version "1.3.4";
 
 flauto1 = \notes \relative c {
+       % do silly bar request to fix Staff_margin_engraver
+       \bar ".|";
+
        R1 *2 |
        c'''4-.\ff r r2 |
        R1 *3 |
index 335a15a56c1c0677e0b14e37fcf9666677028acc..7bc4c0f93d5d850d7cda17195aef4229815645e7 100644 (file)
@@ -14,6 +14,6 @@ copyright =    "public domain";
 global = \notes {
        \time 4/4;
        \key es;
-       \skip 1*314;
+       \skip 1*314; \bar "|.";
 }
 
index d8071553e7e96f8818bcf413dfaf39457826e30d..7bf17458f0d0093148a98ace3fdab31c5d9737fc 100644 (file)
@@ -19,7 +19,7 @@ violoncello = \notes \relative c {
        c'1\ff ~ |
        c |
        f,4-. r r2 |
-       \property Staff.instr = #"Vc. \& Cb."
+       \property Staff.instr = #"Vc. \\& Cb."
        r1 |
        c'1\ff ~ |
        c |