From 2a8e154ea2e48ac8f967507ebcfebec73f30f7d2 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 21 Aug 2005 11:24:08 +0000 Subject: [PATCH] Fix compiling problem. --- ly/bagpipe.ly | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/ly/bagpipe.ly b/ly/bagpipe.ly index 4390e932d9..3b1621064b 100755 --- a/ly/bagpipe.ly +++ b/ly/bagpipe.ly @@ -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. -- 2.39.5