]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.127
authorfred <fred>
Wed, 27 Mar 2002 00:48:40 +0000 (00:48 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:48:40 +0000 (00:48 +0000)
Documentation/regression-test.tely
input/regression/chord-changes.ly [new file with mode: 0644]
mutopia/Coriolan/header.ly [new file with mode: 0644]
mutopia/J.S.Bach/Solo-Cello-Suites/header.ly
mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-cello.ly
mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-urtext.ly
mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-viola.ly

index f7fb0eb9d282908582186e365f7a7b04c44dcf76..d910b1f7c8a49e3c010e89db625bf24ae78879b8 100644 (file)
@@ -64,6 +64,7 @@ and documenting bugfixes.
 @section Chord names
 
 @lilypondfile[printfilename]{chord-names.ly}
+@lilypondfile[printfilename]{chord-changes.ly}
 
 
 
diff --git a/input/regression/chord-changes.ly b/input/regression/chord-changes.ly
new file mode 100644 (file)
index 0000000..60258e2
--- /dev/null
@@ -0,0 +1,25 @@
+\header{
+texidoc="property chordChanges: only display chord names when
+there's a change in the chords scheme, but always display the
+chord name after a line break.
+";
+}
+
+scheme = \chords {
+  c1:m \break c:m c:m c:m d
+  c1:m \break c:m c:m c:m d
+}
+
+settings = {
+  \property ChordNames.chordChanges = ##t
+}
+
+\score {
+  \notes <
+    \context ChordNames < \scheme \settings >
+    \context Staff \transpose c'' \scheme
+  >
+  \paper{
+    linewidth = 40 * \staffspace;
+  }
+}
diff --git a/mutopia/Coriolan/header.ly b/mutopia/Coriolan/header.ly
new file mode 100644 (file)
index 0000000..6774cba
--- /dev/null
@@ -0,0 +1,27 @@
+\header {
+  title =      "Ouverture";
+  subtitle =   "Coriolan";
+  opus =  "Op. 62";
+  composer =    "Ludwig van Beethoven (1770-1827)";
+  enteredby =   "JCN";
+
+  % mutopia headers.
+  mutopiatitle = "Ouverture Coriolan";
+  mutopiacomposer = "L.v.Beethoven (1770-1827)";
+  mutopiaopus = "O62";
+  mutopiainstrument = "Orchestra";
+  date = "1807";
+  source = "Edition Dr. Max Unger 1936 from original published parts and autograph.";
+  style = "Classical";
+  copyright = "Public Domain";
+  maintainer = "Jan Nieuwenhuizen";
+  maintainer_email = "janneke@gnu.org";
+  lastupdated =         "2001/Jan/31";
+  mutopiapublicdomain = "\\parbox{\hsize}{\\thefooter\\quad\\small
+    \\\\This music is part of the Mutopia project,
+    \\texttt{http://www.mutopiaproject.org/}\\\\It has been typeset
+    and placed in the public domain by " + \maintainer +
+    ".\\\\Unrestricted modification and redistribution is permitted
+    and encouraged---copy this music and share it!}";
+ tagline = \mutopiapublicdomain;
+}
index fbac2107eaf069364e46463739ff674664572f6f..eb755bf2a0713c80db31c9c5ddec85061ed3dc83 100644 (file)
@@ -12,20 +12,29 @@ information is taken to the extreme.
 
 \header{
   title =       "Solo Cello Suites";
-  subtitle = "Suite II";
+  subtitle =    "Suite II";
   opus =        "BWV 1008";
   composer =    "Johann Sebastian Bach (1685-1750)";
   enteredby =   "JCN";
+  instrument =  \instrument;
 
   % mutopia headers.
   mutopiatitle = "Solo Cello Suites, Suite II";
-  mutopiacomposer = "J.S.Bach";
-  mutopiaopus = "BWV1008";
-  style = "baroque";
-  maintainername = "Jan Nieuwenhuizen";
-    
-  copyright =    "\\\\This music is part of the Mutopia project, http://sca.uwaterloo.ca/Mutopia/\\\\It has been typeset and placed in the public domain by " +  \maintainername + ".\\\\Unrestricted modification and redistribution is permitted and encouraged - copy this music and share it!";
-  maintainer = "janneke@gnu.org";
-
-  lastupdated = "2001/Jan/28";
+  mutopiacomposer = "J.S.Bach (1685-1750)";
+  mutopiaopus =        "BWV1008";
+  mutopiainstrument = \intrument;
+  date = "1710s, 1720s";
+  source = "Baerenreiter urtext";
+  style = "Baroque";
+  copyright = "Public Domain";
+  maintainer = "Jan Nieuwenhuizen";
+  maintainer_email = "janneke@gnu.org";
+  lastupdated =         "2001/Jan/31";
+  mutopiapublicdomain = "\\parbox{\hsize}{\\thefooter\\quad\\small
+    \\\\This music is part of the Mutopia project,
+    \\texttt{http://www.mutopiaproject.org/}\\\\It has been typeset
+    and placed in the public domain by " + \maintainer +
+    ".\\\\Unrestricted modification and redistribution is permitted
+    and encouraged---copy this music and share it!}";
+ tagline = \mutopiapublicdomain;
 }
index 5b9f37c81c7e5ff0dbb88e6a4e56128f9960deba..087edfd4eab86a457282c2b571839ad25258f6b8 100644 (file)
@@ -6,6 +6,7 @@
 \include "menuetto-urtext.ly";
 
 menuettoICelloGlobal =  \notes{
+       \context Voice=i
        \time 3/4;
        \key f \major;
        \clef bass;
@@ -14,7 +15,7 @@ menuettoICelloGlobal =  \notes{
        }
        \repeat "volta" 2 {
                \skip 2.*1;
-               \slurDotted
+               %\slurDotted
                \skip 2.*14;
                \emptyText
                s2._"Fine"
@@ -63,6 +64,7 @@ menuettoICelloStaff =  \context Staff <
 }
 
 menuettoIiCelloGlobal =  \notes{
+       \context Voice=i
        \time 3/4;
        \key d \major;
        \clef bass;
@@ -71,7 +73,7 @@ menuettoIiCelloGlobal =  \notes{
        }
        \repeat  "volta" 2 {
                \skip 2.*1;
-               \slurDotted
+               %\slurDotted
                \skip 2.*14;
                \emptyText
                s2._"Menuetto I da Capo"
index ed0026a3c792d3055aea9985d112d280f8215e30..33b8dc2f10b66821424d1e2fc471297f40ca8234 100644 (file)
@@ -135,7 +135,7 @@ menuettoIi =  \context Staff\notes \relative c {
        b,8()a g()fis g b |
        %13
        e, d'( cis )b cis()ais |
-       d,( b' a! g fis )e |
+       d, b'( a! g fis )e |
        g( fis e d cis )d |
        b( cis d e fis )g |
        a( g fis g a )b |
index 69db680783a6a950cc45a96df364b1ee03be36fc..990842621a01ec6044ea0d1b7db3e3226d755887 100644 (file)
@@ -6,6 +6,7 @@
 \include "menuetto-urtext.ly";
 
 menuettoIViolaGlobal =  \notes{
+       \context Voice=i
        \time 3/4;
        \key f \major;
        \clef alto;
@@ -14,7 +15,7 @@ menuettoIViolaGlobal =  \notes{
                \clef violin;
                \skip 2.*1;
        } \repeat "volta" 2 {
-               \slurDotted
+               %\slurDotted
                \skip 2.*3;
                \clef alto;
                \skip 2.*11;
@@ -48,7 +49,6 @@ menuettoIViolaStaff =  \context Staff <
 \score{
        \menuettoIViolaStaff
        \paper{
-               \include "scs-paper.ly";
                gourlay_maxmeasures = 7.0;
                \translator{
                        \VoiceContext
@@ -64,6 +64,7 @@ menuettoIViolaStaff =  \context Staff <
 }
 
 menuettoIiViolaGlobal =  \notes{
+       \context Voice=i
        \time 3/4;
        \key d \major;
        \clef alto;
@@ -71,7 +72,7 @@ menuettoIiViolaGlobal =  \notes{
                \skip 2.*8;
        } \repeat "volta" 2 {
                \skip 2.*1;
-               \slurDotted
+               %\slurDotted
                \skip 2.*14;
                \emptyText
                s2._"Menuetto I da Capo"