]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/bagpipe.ly
(after_line_breaking): suicide empty
[lilypond.git] / ly / bagpipe.ly
index 4390e932d98c1981d99a075c3805721fd74e0fad..16f6304d3583f84eb26e57ee12feb1700fb56db4 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.6 2005/08/23 03:04:09 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.