From 279cca2a4b4ad5a01fa7eaf84ea68bea20b48543 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:57:39 +0000 Subject: [PATCH] lilypond-1.3.106 --- mutopia/F.Schubert/standchen.ly | 41 ++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/mutopia/F.Schubert/standchen.ly b/mutopia/F.Schubert/standchen.ly index 0dfe91f8da..0d1006949b 100644 --- a/mutopia/F.Schubert/standchen.ly +++ b/mutopia/F.Schubert/standchen.ly @@ -43,8 +43,12 @@ Note: Original key f. \version "1.3.93"; +dynamicUp = \property Voice.DynamicLineSpanner \push #'direction = #1 +dynamicRevert = \property Voice.DynamicLineSpanner \pop #'direction + + vocalVerse = \notes\relative c''{ - \property Voice.dynamicDirection=\up + \dynamicUp \times 2/3 { [ g8( )as] g } c4. g8 | \times 2/3 { [ f8( )g] f } c'4 f,8 r | g4.-> f8 \times 2/3 { [ f( )es] d } | @@ -73,7 +77,7 @@ vocalVerse = \notes\relative c''{ } vocalThrough = \notes\relative c{ - \property Voice.dynamicDirection=\up + \dynamicUp g''8. g16 b8. b16 d8. d16 | c4 b r | g4. b8 d8. c16 | @@ -176,7 +180,7 @@ trebleVerseOne = \notes\relative c{ } trebleEentje = \notes \relative c'{ - \context Voice=one \property Voice.verticalDirection = \center + \stemBoth | ( c> <)f16 )as> | | @@ -190,7 +194,7 @@ trebleEentje = \notes \relative c'{ } trebleThrough = \notes \relative c'{ - \context Voice=one \property Voice.verticalDirection = \center + \stemBoth | %61 R2. | @@ -201,18 +205,18 @@ trebleThrough = \notes \relative c'{ %65 < { d,2.\f a'2} { e2. ~ e2 } { b'2. c,2 }> r4 | \context Staff < - { - \context Voice=one \property Voice.verticalDirection = 1 + \context Voice=one { + \voiceOne a8. b16 c4-> () a8 r | a8. b16 c4-> () a8 r | } - { - \context Voice=two \property Voice.verticalDirection = -1 + \context Voice=two { + \voiceTwo | | } > - \context Voice=one \property Voice.verticalDirection = 0 + % 4 bars copied from end verse1 r8 | %70 @@ -222,8 +226,10 @@ trebleThrough = \notes \relative c'{ < { a4.-> )f8 } { a'4. f8 } > | r4 | r4 | - \property Voice . textStyle = "italic" + \property Voice . TextItem \push #'font-style = #'italic r4 | + \property Voice . TextItem \pop #'font-style + %75 r4 | | @@ -233,14 +239,17 @@ trebleThrough = \notes \relative c'{ | | %80 - \property Voice . textStyle = "italic" + + \property Voice . TextItem \push #'font-style = #'italic | + \property Voice . TextItem \pop #'font-style + | | } bassIntro = \notes\relative c{ - \property Voice.dynamicDirection=1 + \dynamicUp %1 r4 | r4 | @@ -250,7 +259,7 @@ bassIntro = \notes\relative c{ bassVerseOne = \notes\relative c{ % \clef bass; - \property Voice.dynamicDirection=1 + \dynamicUp %5 r4 | r4 | @@ -281,7 +290,7 @@ bassVerseOne = \notes\relative c{ } bassEentje = \notes\relative c{ - \property Voice.dynamicDirection=1 + \dynamicUp [ ] | c,8 [ ] | [ ] | @@ -293,7 +302,7 @@ bassEentje = \notes\relative c{ } bassThrough = \notes\relative c{ - \property Voice.dynamicDirection=1 + \dynamicUp %61 [ b-> d->> ] | [ b-> d->> ] | @@ -351,7 +360,7 @@ vocals = \notes{ \property Voice.noAutoBeaming = ##t \property Staff.automaticMelismata= ##t - \property Voice.dynamicDirection = \up + \dynamicUp \skip 4 * 12; \vocalVerse \skip 4 * 24; -- 2.39.5