]> git.donarmstrong.com Git - lilypond.git/commitdiff
Change #up->#UP and #down->#DOWN.
authorGraham Percival <graham@percival-music.ca>
Tue, 23 Aug 2005 03:04:09 +0000 (03:04 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 23 Aug 2005 03:04:09 +0000 (03:04 +0000)
ChangeLog
input/les-nereides.ly
input/mutopia/R.Schumann/romanze-op28-2.ly
input/mutopia/claop.py
ly/bagpipe.ly
ly/engraver-init.ly
ly/property-init.ly

index 63f575c35d2184d7e8111ab8f833b34d93da54a0..d3f75de970d2dcf1d4a9f025b1c7b79cbd55a52c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-23  Graham Percival  <gpermus@gmail.com>
+
+       * {various} : change #up->#UP and #down->#DOWN.
+
 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * VERSION (PATCH_LEVEL): release 2.7.7
index 03399daa378eb6f65772abc6f986ad23c4b2fb70..12f2cb7ee2e5e9a34af494015f999eb46b83b4ab 100644 (file)
@@ -74,7 +74,7 @@ treble = \new Voice \relative c''{
     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 @@ trebleTwo = \new Voice \relative c''{
     \stemDown
     \slurDown
     % \fingerDown
-    \override Fingering  #'direction = #down
+    \override Fingering  #'direction = #DOWN
     s2
     | %1
     s1*2
@@ -173,7 +173,7 @@ bass = \new Voice \relative c{
     \slurUp
     
     % \fingerDown
-    \override Fingering  #'direction = #down
+    \override Fingering  #'direction = #DOWN
 
                           
     \override Staff.SustainPedalLineSpanner #'staff-padding = #3.5 %tweak
index e1d0fa9188e54465612a040fdeaaf8f2dffc6bd1..a8ef53b557788dc2fe80b4aec627e24aee1c1217 100644 (file)
@@ -123,7 +123,7 @@ rightb =  \transpose c cis' {
   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 @@ leftb =  \transpose c cis {
     
     \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 @@ leftb =  \transpose c cis {
       \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 3928d3d9f5a1ec8ebb170491b29a931c7ed51ead..927c86dcec50ea8a56a6bf0dbe5664327ff4e99e 100644 (file)
@@ -278,7 +278,7 @@ sys.stdout.write (r"""
     #'(end * * * *) = #(ly:make-moment 1 4)
   \set Score.skipBars = ##t
   \context StaffGroup <<
-    \override StaffGroup.Stem #'direction = #up
+    \override StaffGroup.Stem #'direction = #UP
 """)
 
 
index 3b1621064b0c091f7bdca71c23eb1b132d3a5188..16f6304d3583f84eb26e57ee12feb1700fb56db4 100755 (executable)
@@ -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 @@ showKeySignature = {
   \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 4e71e03f751402d0cf37a2752b2888ad8fc6a576..15e40fc446c928c8354fe329ab29ceb2a53ef3a4 100644 (file)
@@ -132,8 +132,8 @@ contained staves are not connected vertically."
   \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 @@ AncientRemoveEmptyStaffContext = \context {
   \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 @@ AncientRemoveEmptyStaffContext = \context {
   \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 d13f9a4bb3a1986350b91dce814f65c8bf56709c..3f1c8eb7541237f2e9a9be8847d6fbdf7b71c1d8 100644 (file)
@@ -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 @@ slurSolid = {
 }
 
 
-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 @@ shiftOnn = \override NoteColumn  #'horizontal-shift = #2
 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 @@ sacredHarpHeads =
   \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 @@ dynamicNeutral = {
 }
 
 
-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 @@ arpeggio = #(make-music 'ArpeggioEvent)
 
 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 @@ improvisationOff =  {
     \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