From: fred Date: Wed, 27 Mar 2002 00:48:40 +0000 (+0000) Subject: lilypond-1.3.127 X-Git-Tag: release/1.5.59~950 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a561644d809650a0d1162ca54fcd7d6ac0bb73f5;p=lilypond.git lilypond-1.3.127 --- diff --git a/Documentation/regression-test.tely b/Documentation/regression-test.tely index f7fb0eb9d2..d910b1f7c8 100644 --- a/Documentation/regression-test.tely +++ b/Documentation/regression-test.tely @@ -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 index 0000000000..60258e2407 --- /dev/null +++ b/input/regression/chord-changes.ly @@ -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 index 0000000000..6774cba1bf --- /dev/null +++ b/mutopia/Coriolan/header.ly @@ -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; +} diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/header.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/header.ly index fbac2107ea..eb755bf2a0 100644 --- a/mutopia/J.S.Bach/Solo-Cello-Suites/header.ly +++ b/mutopia/J.S.Bach/Solo-Cello-Suites/header.ly @@ -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; } diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-cello.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-cello.ly index 5b9f37c81c..087edfd4ea 100644 --- a/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-cello.ly +++ b/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-cello.ly @@ -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" diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-urtext.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-urtext.ly index ed0026a3c7..33b8dc2f10 100644 --- a/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-urtext.ly +++ b/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-urtext.ly @@ -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 | diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-viola.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-viola.ly index 69db680783..990842621a 100644 --- a/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-viola.ly +++ b/mutopia/J.S.Bach/Solo-Cello-Suites/menuetto-viola.ly @@ -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"