]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.1.3.jcn4: jcn4
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 9 Nov 1998 20:34:36 +0000 (21:34 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 9 Nov 1998 20:34:36 +0000 (21:34 +0100)
- GrandStaffContext
---
Generated by janneke@gnu.org using package-diff 0.62,
>From = lilypond-1.1.3.jcn3, To = lilypond-1.1.3.jcn4

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.1.3.jcn4.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure
and possibly make outdirs.

--state
1.1.3.jcn3
1.1.3.jcn4
++state

NEWS
TODO
VERSION
init/engraver.ly
input/test/stars-and-stripes.ly
lily/paper-def.cc

diff --git a/NEWS b/NEWS
index 63e2440d75258c60be4ae4000e458cdd4b57181d..83cb1ed69779828fa71010e503984a234ceaa38c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
---- ../lilypond-1.1.3.jcn2/NEWS        Mon Nov  9 18:19:50 1998
+--- ../lilypond-1.1.3.jcn3/NEWS        Mon Nov  9 18:07:04 1998
+++ b/NEWS      Mon Nov  9 21:14:59 1998
+@@ -1,4 +1,5 @@
+ pl 3.jcn3
+       - GrandStaffContext
+       - mup-to-ly.py: version 0.0
+       - init/test/stars-and-stripes.ly (from star.mup)
+ --- ../lilypond-1.1.3.jcn2/NEWS       Mon Nov  9 18:19:50 1998
 ++ b/NEWS      Mon Nov  9 18:07:04 1998
 @@ -1,3 +1,10 @@
 pl 3.jcn3
diff --git a/TODO b/TODO
index bba8e78cd50c6f11e15801648101a117fbd9ad8a..fdc4b6febd73d9439d6ad1ac94dea36070bd4ae6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,6 +8,10 @@ grep for TODO and ugh/ugr/urg
 
 
 BUGS:
+       * repeat bars: strange chars after |: and :|
+
+       * latex bla.tex broken (titles / \lilyfooter stuff?)
+
        * --safe:  disallow backslashes, disallow \include.
 
        * fix rounding stuff in number->string
diff --git a/VERSION b/VERSION
index fb1f46ff093a4b28fc505f215d8113cd605a3217..e2ab1a809ba85d46f1167c069efadbfd7d43a142 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=1
 PATCH_LEVEL=3
-MY_PATCH_LEVEL=jcn3
+MY_PATCH_LEVEL=jcn4
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index 47fb08f7fd8734ca8dee631ae3ea51ed8bd23660..7a656787df86898c34472801987001860d2a649c 100644 (file)
@@ -103,7 +103,8 @@ VoiceContext = \translator {
 };
 
 \translator {\VoiceContext}
-\translator {
+
+GrandStaffContext=\translator{
        \type "Line_group_engraver_group";
        \name GrandStaff;
        \consists "Span_bar_engraver";
@@ -112,7 +113,8 @@ VoiceContext = \translator {
        minVerticalAlign = 1.5*\staffheight;
 
        \accepts "Staff";
-}
+};
+\translator{\GrandStaffContext}
 
 \translator {
        \type "Line_group_engraver_group";
index 794419800e7819410e01182a3eee37141aeffd56..b9e03b5b5acbd01a9f5c8c5bf7dfa86361f34db6 100644 (file)
@@ -1,12 +1,15 @@
 %{
 Converted from star.mup with the aid of mup-to-ly.py
+http://www.Arkkra.com/.../star.ps
 %}
 \header{
 title="The Star Spangled Banner";
 subtitle="(The United States National Anthem)";
-poet="Text: Francis Scott Key";
-composer="Tune: J. S. Smith";
-arranger="Arr: William J. Krauss";
+poet="Text by Francis Scott Key";
+composer="J. S. Smith";
+arranger="Arranged by William J. Krauss";
+enteredby="jcn";
+copyright="public domain";
 }
 
 $staff1_voice_1 = \notes {
@@ -70,15 +73,16 @@ global = \notes {
 
 \score{ 
        \type GrandStaff < 
-               <
                \type Staff=staffA < 
                        \global
                        \notes \transpose c'' {\voiceone \$staff1_voice_1 } 
                        \notes \transpose c'' {\voicetwo \$staff1_voice_2 } 
                >
-               \type Lyrics = middle <
-                       \lyrics \$text1
-                       \lyrics { \$text2 \$text3 }
+               \type Lyrics = one \lyrics <
+% urg, too much distance between two texts; fixme first
+%                      \$text1
+%                      { \$text2 \$text3 }
+                       { \$text1 \$text3 }
                >
                \type Staff=staffB < 
                        \global
@@ -86,9 +90,14 @@ global = \notes {
                        {\voiceone \$staff2_voice_1 } 
                        {\voicetwo \$staff2_voice_2 } 
                >
-               >
        >
        \paper{
-               \include "bar-numbering.ly"
+               \translator {
+                               \GrandStaffContext
+                               \accepts "Lyrics";
+               }
+               \translator {
+                               \BarNumberingStaffContext
+               }
        }
 }
index c94fe3e8d9389112f87654ca5b0e68d4d218fb0c..d071415e7481abd69410b6937a6035e2958b5908 100644 (file)
@@ -251,7 +251,7 @@ output_header (Paper_outputter* p, Scope *head)
        continue;
       
       String val = *i.val()->access_content_String (false);
-      output_def (p, i.key (), val);
+      output_def (p, "mudela" + i.key (), val);
     }
 }