From: fred Date: Mon, 12 Jul 1999 14:01:40 +0000 (+0000) Subject: lilypond-1.1.57 X-Git-Tag: release/1.5.59~5783 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a9f49ebf74682a788e41f7722cc1d1051cc745d;p=lilypond.git lilypond-1.1.57 --- diff --git a/input/bugs/choral.ly b/input/bugs/choral.ly new file mode 100644 index 0000000000..84a5d45011 --- /dev/null +++ b/input/bugs/choral.ly @@ -0,0 +1,241 @@ + +% 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 } + } +}