CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/08/21 11:24:09

Modified files:
        ly             : bagpipe.ly 

Log message:
        Fix compiling problem.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ly/bagpipe.ly.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: lilypond/ly/bagpipe.ly
diff -u lilypond/ly/bagpipe.ly:1.4 lilypond/ly/bagpipe.ly:1.5
--- lilypond/ly/bagpipe.ly:1.4  Fri Aug 19 18:18:02 2005
+++ lilypond/ly/bagpipe.ly      Sun Aug 21 11:24:08 2005
@@ -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,21 +53,16 @@
 
 % 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.
 


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to