CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Graham Percival <[EMAIL PROTECTED]> 05/08/23 03:04:09
Modified files: . : ChangeLog input : les-nereides.ly input/mutopia : claop.py input/mutopia/R.Schumann: romanze-op28-2.ly ly : bagpipe.ly engraver-init.ly property-init.ly Log message: Change #up->#UP and #down->#DOWN. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4067&tr2=1.4068&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/les-nereides.ly.diff?tr1=1.80&tr2=1.81&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/mutopia/claop.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly.diff?tr1=1.58&tr2=1.59&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ly/bagpipe.ly.diff?tr1=1.5&tr2=1.6&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ly/engraver-init.ly.diff?tr1=1.246&tr2=1.247&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ly/property-init.ly.diff?tr1=1.78&tr2=1.79&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.4067 lilypond/ChangeLog:1.4068 --- lilypond/ChangeLog:1.4067 Mon Aug 22 23:12:44 2005 +++ lilypond/ChangeLog Tue Aug 23 03:04:08 2005 @@ -1,3 +1,7 @@ +2005-08-23 Graham Percival <[EMAIL PROTECTED]> + + * {various} : change #up->#UP and #down->#DOWN. + 2005-08-23 Han-Wen Nienhuys <[EMAIL PROTECTED]> * VERSION (PATCH_LEVEL): release 2.7.7 Index: lilypond/input/les-nereides.ly diff -u lilypond/input/les-nereides.ly:1.80 lilypond/input/les-nereides.ly:1.81 --- lilypond/input/les-nereides.ly:1.80 Thu Aug 18 22:01:01 2005 +++ lilypond/input/les-nereides.ly Tue Aug 23 03:04:09 2005 @@ -74,7 +74,7 @@ r8 <a' a,>8(\mf <gis gis,> <fis fis,> % \fingerUp - \override Fingering #'direction = #up + \override Fingering #'direction = #UP <gis gis,> <fis fis,> e)-1-4-5 r @@ -90,7 +90,7 @@ \stemDown \slurDown % \fingerDown - \override Fingering #'direction = #down + \override Fingering #'direction = #DOWN s2 | %1 s1*2 @@ -173,7 +173,7 @@ \slurUp % \fingerDown - \override Fingering #'direction = #down + \override Fingering #'direction = #DOWN \override Staff.SustainPedalLineSpanner #'staff-padding = #3.5 %tweak Index: lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly diff -u lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly:1.58 lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly:1.59 --- lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly:1.58 Thu Aug 18 22:01:01 2005 +++ lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly Tue Aug 23 03:04:09 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 = #up + \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 = #down + \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 = #up + \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.5 lilypond/input/mutopia/claop.py:1.6 --- lilypond/input/mutopia/claop.py:1.5 Fri Aug 19 10:34:26 2005 +++ lilypond/input/mutopia/claop.py Tue Aug 23 03:04:09 2005 @@ -278,7 +278,7 @@ #'(end * * * *) = #(ly:make-moment 1 4) \set Score.skipBars = ##t \context StaffGroup << - \override StaffGroup.Stem #'direction = #up + \override StaffGroup.Stem #'direction = #UP """) Index: lilypond/ly/bagpipe.ly diff -u lilypond/ly/bagpipe.ly:1.5 lilypond/ly/bagpipe.ly:1.6 --- lilypond/ly/bagpipe.ly:1.5 Sun Aug 21 11:24:08 2005 +++ lilypond/ly/bagpipe.ly Tue Aug 23 03:04:09 2005 @@ -6,7 +6,7 @@ Sven Axelsson, the Murray Pipes & Drums of Gothenburg (http://www.murrays.nu) - $Id: bagpipe.ly,v 1.5 2005/08/21 11:24:08 gpercival Exp $ + $Id: bagpipe.ly,v 1.6 2005/08/23 03:04:09 gpercival Exp $ %} \version "2.6.0" @@ -57,10 +57,10 @@ \context { \Voice % All stems go down. - \override Stem #'direction = #down + \override Stem #'direction = #DOWN % All slurs and ties are on top. - \override Slur #'direction = #up - \override Tie #'direction = #up + \override Slur #'direction = #UP + \override Tie #'direction = #UP } } Index: lilypond/ly/engraver-init.ly diff -u lilypond/ly/engraver-init.ly:1.246 lilypond/ly/engraver-init.ly:1.247 --- lilypond/ly/engraver-init.ly:1.246 Thu Aug 18 22:06:45 2005 +++ lilypond/ly/engraver-init.ly Tue Aug 23 03:04:09 2005 @@ -132,8 +132,8 @@ \override VoltaBracket #'padding = #5 \override StaffSymbol #'line-count = #1 - \override Stem #'neutral-direction = #up - \override Beam #'neutral-direction = #up + \override Stem #'neutral-direction = #UP + \override Beam #'neutral-direction = #UP \consists "Output_property_engraver" \consists "Font_size_engraver" @@ -756,7 +756,7 @@ \override Accidental #'style = #'vaticana \override Custos #'style = #'vaticana \override Custos #'neutral-position = #3 - \override Custos #'neutral-direction = #down + \override Custos #'neutral-direction = #DOWN %% Score.timing = ##f %% Score.barAlways = ##t @@ -861,7 +861,7 @@ \override Accidental #'style = #'mensural \override Custos #'style = #'mensural \override Custos #'neutral-position = #3 - \override Custos #'neutral-direction = #down + \override Custos #'neutral-direction = #DOWN %% Score.timing = ##f %% Score.barAlways = ##t Index: lilypond/ly/property-init.ly diff -u lilypond/ly/property-init.ly:1.78 lilypond/ly/property-init.ly:1.79 --- lilypond/ly/property-init.ly:1.78 Thu Aug 18 22:06:45 2005 +++ lilypond/ly/property-init.ly Tue Aug 23 03:04:09 2005 @@ -2,12 +2,12 @@ \version "2.6.0" -stemUp = \override Stem #'direction = #up -stemDown = \override Stem #'direction = #down +stemUp = \override Stem #'direction = #UP +stemDown = \override Stem #'direction = #DOWN stemNeutral= \revert Stem #'direction -slurUp = \override Slur #'direction = #up -slurDown = \override Slur #'direction = #down +slurUp = \override Slur #'direction = #UP +slurDown = \override Slur #'direction = #DOWN slurNeutral = \revert Slur #'direction %% There's also dash, but setting dash period/length should be fixed. @@ -25,8 +25,8 @@ } -phrasingSlurUp = \override PhrasingSlur #'direction = #up -phrasingSlurDown = \override PhrasingSlur #'direction = #down +phrasingSlurUp = \override PhrasingSlur #'direction = #UP +phrasingSlurDown = \override PhrasingSlur #'direction = #DOWN phrasingSlurNeutral = \revert PhrasingSlur #'direction shiftOn = \override NoteColumn #'horizontal-shift = #1 @@ -34,8 +34,8 @@ shiftOnnn = \override NoteColumn #'horizontal-shift = #3 shiftOff = \revert NoteColumn #'horizontal-shift -tieUp = \override Tie #'direction = #up -tieDown = \override Tie #'direction = #down +tieUp = \override Tie #'direction = #UP +tieDown = \override Tie #'direction = #DOWN tieNeutral = \revert Tie #'direction tieDashed = { @@ -64,13 +64,13 @@ \set shapeNoteStyles = ##(#f #f mi #f fa la #f) dynamicUp = { - \override DynamicText #'direction = #up - \override DynamicLineSpanner #'direction = #up + \override DynamicText #'direction = #UP + \override DynamicLineSpanner #'direction = #UP } dynamicDown = { - \override DynamicText #'direction = #down - \override DynamicLineSpanner #'direction = #down + \override DynamicText #'direction = #DOWN + \override DynamicLineSpanner #'direction = #DOWN } dynamicNeutral = { @@ -79,12 +79,12 @@ } -dotsUp = \override Dots #'direction = #up -dotsDown = \override Dots #'direction = #down +dotsUp = \override Dots #'direction = #UP +dotsDown = \override Dots #'direction = #DOWN dotsNeutral = \revert Dots #'direction -tupletUp = \override TupletBracket #'direction = #up -tupletDown = \override TupletBracket #'direction = #down +tupletUp = \override TupletBracket #'direction = #UP +tupletDown = \override TupletBracket #'direction = #DOWN tupletNeutral = \revert TupletBracket #'direction cadenzaOn = \set Timing.timing = ##f @@ -140,11 +140,11 @@ arpeggioUp = \sequential { \revert Arpeggio #'print-function - \override Arpeggio #'arpeggio-direction = #up + \override Arpeggio #'arpeggio-direction = #UP } arpeggioDown = \sequential { \revert Arpeggio #'print-function - \override Arpeggio #'arpeggio-direction = #down + \override Arpeggio #'arpeggio-direction = #DOWN } arpeggioNeutral = \sequential { \revert Arpeggio #'print-function @@ -207,7 +207,7 @@ \revert NoteHead #'style } -textSpannerUp = \override TextSpanner #'direction = #up -textSpannerDown = \override TextSpanner #'direction = #down +textSpannerUp = \override TextSpanner #'direction = #UP +textSpannerDown = \override TextSpanner #'direction = #DOWN textSpannerNeutral = \revert TextSpanner #'direction _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs