CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Graham Percival <[EMAIL PROTECTED]> 05/08/18 22:01:02
Modified files: . : ChangeLog input : les-nereides.ly screech-boink.ly input/mutopia : claop.py input/mutopia/F.Schubert: standchen.ly input/mutopia/R.Schumann: romanze-op28-2.ly input/regression: arpeggio.ly figured-bass.ly spacing-bar-stem.ly spacing-stem-bar.ly spacing-stem-direction.ly stem-tremolo.ly tie-chord.ly tuplet-properties.ly input/test : ancient-font.ly mensural-ligatures.ly move-specific-text.ly Log message: Change direction #1, #-1 into #up, #down. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4037&tr2=1.4038&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/les-nereides.ly.diff?tr1=1.79&tr2=1.80&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/screech-boink.ly.diff?tr1=1.28&tr2=1.29&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/mutopia/claop.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/mutopia/F.Schubert/standchen.ly.diff?tr1=1.47&tr2=1.48&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly.diff?tr1=1.57&tr2=1.58&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/arpeggio.ly.diff?tr1=1.34&tr2=1.35&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/figured-bass.ly.diff?tr1=1.35&tr2=1.36&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/spacing-bar-stem.ly.diff?tr1=1.26&tr2=1.27&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/spacing-stem-bar.ly.diff?tr1=1.26&tr2=1.27&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/spacing-stem-direction.ly.diff?tr1=1.27&tr2=1.28&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/stem-tremolo.ly.diff?tr1=1.31&tr2=1.32&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/tie-chord.ly.diff?tr1=1.33&tr2=1.34&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/tuplet-properties.ly.diff?tr1=1.31&tr2=1.32&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/test/ancient-font.ly.diff?tr1=1.74&tr2=1.75&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/test/mensural-ligatures.ly.diff?tr1=1.41&tr2=1.42&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/test/move-specific-text.ly.diff?tr1=1.36&tr2=1.37&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.4037 lilypond/ChangeLog:1.4038 --- lilypond/ChangeLog:1.4037 Thu Aug 18 15:34:30 2005 +++ lilypond/ChangeLog Thu Aug 18 22:01:01 2005 @@ -1,3 +1,8 @@ +2005-08-18 Graham Percival <[EMAIL PROTECTED]> + + * input/ {various}: change direction #1, #-1 to + #up/#down or \fooUp, \fooDown. + 2005-08-18 Han-Wen Nienhuys <[EMAIL PROTECTED]> * lily/include/engraver-group.hh: rename. Index: lilypond/input/les-nereides.ly diff -u lilypond/input/les-nereides.ly:1.79 lilypond/input/les-nereides.ly:1.80 --- lilypond/input/les-nereides.ly:1.79 Thu Aug 18 14:55:12 2005 +++ lilypond/input/les-nereides.ly Thu Aug 18 22:01:01 2005 @@ -74,7 +74,7 @@ r8 <a' a,>8(\mf <gis gis,> <fis fis,> % \fingerUp - \override Fingering #'direction = #1 + \override Fingering #'direction = #up <gis gis,> <fis fis,> e)-1-4-5 r @@ -90,7 +90,7 @@ \stemDown \slurDown % \fingerDown - \override Fingering #'direction = #-1 + \override Fingering #'direction = #down s2 | %1 s1*2 @@ -137,12 +137,12 @@ % \once \override Stem #'length = #6 %tweak <a a,>4\sustainDown \change Staff=treble - - \revert Stem #'direction - \override Stem #'direction = #-1 + + \stemNeutral + \stemDown <a' fis cis>)\arpeggio \change Staff=bass - \revert Stem #'direction + \stemNeutral r2 | %4 @@ -173,7 +173,7 @@ \slurUp % \fingerDown - \override Fingering #'direction = #-1 + \override Fingering #'direction = #down \override Staff.SustainPedalLineSpanner #'staff-padding = #3.5 %tweak Index: lilypond/input/mutopia/F.Schubert/standchen.ly diff -u lilypond/input/mutopia/F.Schubert/standchen.ly:1.47 lilypond/input/mutopia/F.Schubert/standchen.ly:1.48 --- lilypond/input/mutopia/F.Schubert/standchen.ly:1.47 Sun Jun 26 22:46:55 2005 +++ lilypond/input/mutopia/F.Schubert/standchen.ly Thu Aug 18 22:01:01 2005 @@ -42,9 +42,6 @@ \version "2.5.18" -dynamicUp = \override DynamicLineSpanner #'direction = #1 -dynamicRevert = \revert DynamicLineSpanner #'direction - #(set-global-staff-size 16) vocalVerse = \relative c''{ Index: lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly diff -u lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly:1.57 lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly:1.58 --- lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly:1.57 Sun Jun 26 22:46:55 2005 +++ lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly Thu Aug 18 22:01:01 2005 @@ -123,7 +123,7 @@ f,8.. f32^1 g8^2 a4.) | a4^1( c8^1_\accent~[c b)] g16^1([ b^2] | c4)^1 es8^1~es d^1 f^1~ | - \override PianoStaff.Arpeggio #'direction = #1 + \override PianoStaff.Arpeggio #'direction = #up f f8.. f32^1( as4.)^\fermata\arpeggio ~ | \revert PianoStaff.Arpeggio #'direction \stemUp \tieUp as r4 r8 | @@ -257,7 +257,7 @@ \set PianoStaff.instrument = " 2." \context Staff = "up" { - \override Staff.DynamicLineSpanner #'direction = #-1 + \override Staff.DynamicLineSpanner #'direction = #down \clef G <<\global \context Voice = "upv" \righta >> } \context Staff = "mid" { @@ -270,7 +270,7 @@ \clef F <<\global \context Voice = "midv" \rightb>> } \context Staff = "down" { - \override Staff.DynamicLineSpanner #'direction = #1 + \override Staff.DynamicLineSpanner #'direction = #up \clef F << \global \context Voice = "lva" \lefta \context Voice = "lvb" \leftb >> } Index: lilypond/input/mutopia/claop.py diff -u lilypond/input/mutopia/claop.py:1.2 lilypond/input/mutopia/claop.py:1.3 --- lilypond/input/mutopia/claop.py:1.2 Tue Jul 29 00:09:48 2003 +++ lilypond/input/mutopia/claop.py Thu Aug 18 22:01:01 2005 @@ -276,7 +276,7 @@ #'(end * * * *) = #(ly:make-moment 1 4) \property Score.skipBars = ##t \context StaffGroup < - \property StaffGroup.Stem \override #'direction = #1 + \property StaffGroup.Stem \override #'direction = #up """) Index: lilypond/input/regression/arpeggio.ly diff -u lilypond/input/regression/arpeggio.ly:1.34 lilypond/input/regression/arpeggio.ly:1.35 --- lilypond/input/regression/arpeggio.ly:1.34 Thu Aug 18 13:43:05 2005 +++ lilypond/input/regression/arpeggio.ly Thu Aug 18 22:01:01 2005 @@ -11,7 +11,7 @@ \context PianoStaff << \new Staff \relative c''{ <fis, d a>\arpeggio - \override Staff.Arpeggio #'arpeggio-direction = #1 + \arpeggioUp <fis d a >\arpeggio %%\override PianoStaff.SpanArpeggio #'connect = ##t \set PianoStaff.connectArpeggios = ##t @@ -20,7 +20,7 @@ \new Staff\relative c{ \clef bass <g b d>\arpeggio - \override Staff.Arpeggio #'arpeggio-direction = #-1 + \arpeggioDown <g b d>\arpeggio <g b d>\arpeggio } Index: lilypond/input/regression/figured-bass.ly diff -u lilypond/input/regression/figured-bass.ly:1.35 lilypond/input/regression/figured-bass.ly:1.36 --- lilypond/input/regression/figured-bass.ly:1.35 Sun Jun 26 22:39:13 2005 +++ lilypond/input/regression/figured-bass.ly Thu Aug 18 22:01:01 2005 @@ -14,7 +14,7 @@ << \figures { <3 [5 7]> - \once \override BassFigure #'direction = #-1 + \once \override BassFigure #'direction = #down <3 [5 7]> <3 [5] 7 [9 11]> <3+ 5- 7!> Index: lilypond/input/regression/spacing-bar-stem.ly diff -u lilypond/input/regression/spacing-bar-stem.ly:1.26 lilypond/input/regression/spacing-bar-stem.ly:1.27 --- lilypond/input/regression/spacing-bar-stem.ly:1.26 Thu Aug 18 13:43:05 2005 +++ lilypond/input/regression/spacing-bar-stem.ly Thu Aug 18 22:01:01 2005 @@ -9,17 +9,15 @@ " } -sd = \override Stem #'direction = #-1 -su = \override Stem #'direction = #1 \relative c'' { %%\override Staff.StaffSpacing #'stem-spacing-correction = #10 %%\override Staff.NoteSpacing #'stem-spacing-correction = #10 - \time 1/4 \sd c4 \su c4 - \sd c4 \su c4 - \sd f c,4 c'4 cis4 \stemUp c4 + \time 1/4 \stemDown c4 \stemUp c4 + \stemDown c4 \stemUp c4 + \stemDown f c,4 c'4 cis4 \stemUp c4 } \layout { raggedright = ##t} Index: lilypond/input/regression/spacing-stem-bar.ly diff -u lilypond/input/regression/spacing-stem-bar.ly:1.26 lilypond/input/regression/spacing-stem-bar.ly:1.27 --- lilypond/input/regression/spacing-stem-bar.ly:1.26 Thu Aug 18 13:43:05 2005 +++ lilypond/input/regression/spacing-stem-bar.ly Thu Aug 18 22:01:01 2005 @@ -8,8 +8,6 @@ } -sd = \override Stem #'direction = #-1 -su = \override Stem #'direction = #1 \relative e' { @@ -17,7 +15,7 @@ %%\override Staff.NoteSpacing #'stem-spacing-correction = #0.5 \time 3/8 - \su + \stemUp e8 e e f f f a a a Index: lilypond/input/regression/spacing-stem-direction.ly diff -u lilypond/input/regression/spacing-stem-direction.ly:1.27 lilypond/input/regression/spacing-stem-direction.ly:1.28 --- lilypond/input/regression/spacing-stem-direction.ly:1.27 Thu Aug 18 13:43:05 2005 +++ lilypond/input/regression/spacing-stem-direction.ly Thu Aug 18 22:01:01 2005 @@ -14,7 +14,7 @@ \context Voice \relative c { %% make sure neutral is down. - \override Stem #'neutral-direction = #-1 + \override Stem #'neutral-direction = #down \time 16/4 c''4 c c, c' d, c' e, c' f, c' g c a c b c } Index: lilypond/input/regression/stem-tremolo.ly diff -u lilypond/input/regression/stem-tremolo.ly:1.31 lilypond/input/regression/stem-tremolo.ly:1.32 --- lilypond/input/regression/stem-tremolo.ly:1.31 Thu Aug 18 13:43:05 2005 +++ lilypond/input/regression/stem-tremolo.ly Thu Aug 18 22:01:01 2005 @@ -12,7 +12,7 @@ \context Voice \relative c''{ - \override TextScript #'direction = #1 + \textSpannerUp \override TextScript #'padding = #5 a1:4^":4" a:8^":8" c:16^":16" a:32^":32" a^"x" a:^":" a4:4 c:8 a:16 c:32 a a: a2: Index: lilypond/input/regression/tie-chord.ly diff -u lilypond/input/regression/tie-chord.ly:1.33 lilypond/input/regression/tie-chord.ly:1.34 --- lilypond/input/regression/tie-chord.ly:1.33 Thu Aug 18 13:43:05 2005 +++ lilypond/input/regression/tie-chord.ly Thu Aug 18 22:01:01 2005 @@ -16,7 +16,6 @@ \t \transpose c g \t - \override TieColumn #'direction = #-1 \t } Index: lilypond/input/regression/tuplet-properties.ly diff -u lilypond/input/regression/tuplet-properties.ly:1.31 lilypond/input/regression/tuplet-properties.ly:1.32 --- lilypond/input/regression/tuplet-properties.ly:1.31 Thu Aug 18 13:43:05 2005 +++ lilypond/input/regression/tuplet-properties.ly Thu Aug 18 22:01:01 2005 @@ -24,7 +24,7 @@ \override TupletBracket #'bracket-visibility = #'if-no-beam \times 2/3 { c8[ c c] } - \override TupletBracket #'direction = #1 + \tupletUp \override TupletBracket #'number-visibility = ##f \times 2/3 { c8^""^""^"up, no digit" c[ c] } \revert TupletBracket #'number-visibility @@ -37,7 +37,7 @@ \revert TupletBracket #'shorten-pair \override TupletBracket #'bracket-flare = #'(0.5 . 0.5) \times 2/3 { b^""^""^"angled edges" b b } - \revert TupletBracket #'direction + \tupletNeutral \times 2/3 { b b b } } Index: lilypond/input/screech-boink.ly diff -u lilypond/input/screech-boink.ly:1.28 lilypond/input/screech-boink.ly:1.29 --- lilypond/input/screech-boink.ly:1.28 Sun Jun 26 22:46:55 2005 +++ lilypond/input/screech-boink.ly Thu Aug 18 22:01:01 2005 @@ -23,7 +23,7 @@ c'''32 \change Staff = down g16] \change Staff = up - \override Stem #'direction = #1 + \stemUp \set followVoice = ##t c'''32([ b''16 a''16 gis''16 g''32)] } \\ { s4 \times 2/3 { d'16[ f' g'] } as'32[ b''32 e'' d''] } \\ @@ -46,7 +46,7 @@ <g cis> } \\ { - \override Staff.Arpeggio #'arpeggio-direction =#-1 + \override Staff.Arpeggio #'arpeggio-direction =#down <cis, e, gis, b, cis>4\arpeggio } >> } Index: lilypond/input/test/ancient-font.ly diff -u lilypond/input/test/ancient-font.ly:1.74 lilypond/input/test/ancient-font.ly:1.75 --- lilypond/input/test/ancient-font.ly:1.74 Sun Jun 26 22:46:56 2005 +++ lilypond/input/test/ancient-font.ly Thu Aug 18 22:01:01 2005 @@ -262,7 +262,7 @@ \override Accidental #'style = #'mensural \override Custos #'style = #'mensural \override Custos #'neutral-position = #3 - \override Custos #'neutral-direction = #-1 + \override Custos #'neutral-direction = #down clefGlyph = #"clefs.petrucci.c2" clefPosition = #-2 clefOctavation = #0 @@ -280,7 +280,7 @@ \override Accidental #'style = #'vaticana \override Custos #'style = #'vaticana \override Custos #'neutral-position = #4 - \override Custos #'neutral-direction = #-1 + \override Custos #'neutral-direction = #down clefGlyph = #"clefs.vaticana.do" clefPosition = #1 clefOctavation = #0 Index: lilypond/input/test/mensural-ligatures.ly diff -u lilypond/input/test/mensural-ligatures.ly:1.41 lilypond/input/test/mensural-ligatures.ly:1.42 --- lilypond/input/test/mensural-ligatures.ly:1.41 Sun Jun 26 22:46:56 2005 +++ lilypond/input/test/mensural-ligatures.ly Thu Aug 18 22:01:02 2005 @@ -68,7 +68,7 @@ \override Accidental #'style = #'mensural \override Custos #'style = #'mensural \override Custos #'neutral-position = #3 - \override Custos #'neutral-direction = #-1 + \override Custos #'neutral-direction = #down clefGlyph = #"clefs.petrucci.g" clefPosition = #-2 clefOctavation = #-0 Index: lilypond/input/test/move-specific-text.ly diff -u lilypond/input/test/move-specific-text.ly:1.36 lilypond/input/test/move-specific-text.ly:1.37 --- lilypond/input/test/move-specific-text.ly:1.36 Sun Jun 26 22:46:56 2005 +++ lilypond/input/test/move-specific-text.ly Thu Aug 18 22:01:02 2005 @@ -10,7 +10,7 @@ \score { \relative c''' { - \override Stem #'direction = #1 + \stemUp \applyoutput #(outputproperty-compatibility (make-text-checker (make-simple-markup "m.d.")) 'extra-offset '(-3.5 . -4.5)) a^2^"m.d." _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs