]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix compiling problem.
authorGraham Percival <graham@percival-music.ca>
Sun, 21 Aug 2005 11:24:08 +0000 (11:24 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 21 Aug 2005 11:24:08 +0000 (11:24 +0000)
ly/bagpipe.ly

index 4390e932d98c1981d99a075c3805721fd74e0fad..3b1621064b0c091f7bdca71c23eb1b132d3a5188 100755 (executable)
@@ -6,7 +6,7 @@
   Sven Axelsson, the Murray Pipes & Drums of Gothenburg
   (http://www.murrays.nu)
   
-  $Id: bagpipe.ly,v 1.4 2005/08/19 18:18:02 hanwen Exp $
+  $Id: bagpipe.ly,v 1.5 2005/08/21 11:24:08 gpercival Exp $
 %}
 
 \version "2.6.0"
@@ -53,22 +53,17 @@ showKeySignature = {
 
 % Layout tweaks.
 
-%{
-
-% WTF is this? --hwn
 \layout {
   \context {
     \Voice
     % All stems go down.
-    \stemDown
+    \override Stem #'direction = #down
     % All slurs and ties are on top.
-    \slurUp
-    \tieUp
+    \override Slur #'direction = #up
+    \override Tie #'direction = #up
   }
 }
 
-%}
-
 % Some common timing tweaks.
 
 % Sets the autobeamer to span quarter notes only. Use for fast music.