From 687b6bb4f2a43416c5190bc6e58d9cc7269fd673 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:28:36 +0000 Subject: [PATCH] lilypond-1.1.59 --- input/bugs/choral.ly | 241 ------------------------------------------- 1 file changed, 241 deletions(-) delete mode 100644 input/bugs/choral.ly diff --git a/input/bugs/choral.ly b/input/bugs/choral.ly deleted file mode 100644 index 84a5d45011..0000000000 --- a/input/bugs/choral.ly +++ /dev/null @@ -1,241 +0,0 @@ - -% TODO: -% Copyright, Header etc. -% Begleitsatz -% Tempo - -\include "deutsch.ly" - -global = \notes { - \time 2/2; \partial 2*1; - \key g; - - s2 | s1 | s1 | - \time 3/2; - s1. | s1. | - \time 2/2; - s1 | s1 | s1 | s2 - - s2 | s1 | s1 | - \time 3/2; - s1. | s1. | - \time 2/2; - s1 | s1 - \time 3/2; - s1. \bar "||"; - - s1. | s1. | s1. | s1. | - s1. | s1. | s1. | s1. \bar "||"; - - \key es; - s1. | s1. | s1. | s1. | - s1. | s1. | s1. | s1 \bar "||"; - - \key g; - s2 | - \time 2/2; - s1 | s1 | - \time 3/2; - s1. | s1. | - \time 2/2; - s1 | s1 | s1 | s2 - - s2 | s1 | s1 | - \time 3/2; - s1. | s1. | - \time 2/2; - s1 | s1 | s1 \bar "|."; -} - -themeMelody = \notes \relative c'' { - g2 | g d' | h a | - g fis g | a ~ a \breathe b | - d b | a a | g ~ g ~ | g \breathe - - g2 | g d' | h a | - g fis g | a ~ a \breathe b | - d b | -} - -themeBeforeBreak1EndMelody = \notes \relative c'' { - a2 a | g ~ g ~ g4 r4 -} - -themeFinalEndMelody = \notes \relative c'' { - a2 a ~ | a1^\fermata -} - -themeRightHand = \notes \relative c' { - d2 | c | | d2 es es4 c4 | - | f2 | | - cis4 | - - | | | d2 es es4 c4 | - | f2 | -} - -themeBeforeBreak1EndRightHand = \notes \relative c' { - | cis4 r4 | -} - -themeFinalEndRightHand = \notes \relative c' { - | -} - -themeLeftHand = \notes \relative c { - | | c | | - | | | - a2 | h2 - - g2 | | c | | - | | -} - -themeBeforeBreak1EndLeftHand = \notes \relative c' { - | a2 h4 r4 | -} - -themeFinalEndLeftHand = \notes \relative c' { - | -} - -themePedal = \notes \relative c' { - g4 fis | f2 c | a' d, | - h c es | d ~ d b | - e, g | a a | d, f4 a | h2 - - c2 | e2 c | a' d, | - h c es | d ~ d b | - e, g | -} - -themeBeforeBreak1EndPedal = \notes \relative c { - a2 a | d,2 f4 a h4 r4 | -} - -themeFinalEndPedal = \notes \relative c { - a2 a | d,1_\fermata -} - -break1Melody = \notes \relative c'' { - g4( fis e fis d' h | )a1. | - g4( es g b es g | | - b,2 g es | d1. | - b'2 g d' | a1 r2 | -} - -break1RightHand = \notes \relative c' { - e1. | g4( fis e fis g fis | - )es1. | dis'2 d4 c b a \breathe | - s1. | s1. | - es1 | r2 | -} - -break1LeftHand = \notes \relative c { - < - \context Voice = oben { - \stemup - c'1. | d2. c4 h a | b1. | d1. | - } - \context Voice = unten { - \stemdown - | | | d2. e4 fis d | - } - > - r4 b2( g4 b c | d c b g fis d | - <)es1 c'1> |

r2 | -} - -break2RightHand = \notes \relative c'' { - g8 r8 c,8 r8 r8 c r g' r c, r | - r c r b' r es, r r es r | - b' r es, r r es r d' r r | - d' r f, r r f r d' r r | - d' r g, r r g r d' r g, r | - es' r g, r r g b es r r | - d8 r b r d8 f d b a r r | - \breathe -} - -break2LeftHand = \notes \relative c' { - r8 g r g r g r g r g r g | - r8 g r g r b r b r b r b | - r c r c r c r c r h r h | - r d r d r d r d r d r d | - r d r d r d r d r c r c | - r r r r r f' r | - r r r r r r | - -} - -break2Pedal = \notes \relative c { - c2 c g' | es1 d2 | c1 h2 | - b1 d2 \breathe | g2 g f2 | es1 f2 | - b,2 g a | d1 \breathe -} - -\score { - < - \context PianoStaff < - \context Staff = treble < - \global - \context Voice = melody { - \stemup \themeMelody \themeBeforeBreak1EndMelody - \break1Melody - \stemboth \break2RightHand - \stemup \themeMelody \themeFinalEndMelody - } - \context Voice = firstdown { - \stemdown \themeRightHand \themeBeforeBreak1EndRightHand - \break1RightHand - \notes { - s1. | s1. | s1. | s1. | - s1. | s1. | s1. | s1 - } - \themeRightHand \themeFinalEndRightHand - } - > - \context Staff = bass < - \clef "bass"; - \global - { - \themeLeftHand \themeBeforeBreak1EndLeftHand - \break1LeftHand - \break2LeftHand - \themeLeftHand \themeFinalEndLeftHand - } - > - > - \context Staff = pedal { - \clef "bass"; - < - \global - { - \themePedal \themeBeforeBreak1EndPedal - \notes { - s1. | s1. | s1. | s1. | - s1. | s1. | s1. | s1. | - } - \break2Pedal - \themePedal \themeFinalEndPedal - } - > - } - > - - \header { - title = "Choral I"; - subtitle = "(über ``Aus meines Herzens Grunde'')"; - composer = "Michael Krause 1999 (*1977)"; - enteredby = "Michael Krause"; - copyright = "dunno"; - } - - \paper { - linewidth = 18.0 \cm; - textheight = 28.0 \cm; - - indent = 0.0 \mm; - \translator { \OrchestralScoreContext } - } -} -- 2.39.5