From: Graham Percival Date: Sun, 21 Aug 2005 11:24:08 +0000 (+0000) Subject: Fix compiling problem. X-Git-Tag: release/2.7.7~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2a8e154ea2e48ac8f967507ebcfebec73f30f7d2;p=lilypond.git Fix compiling problem. --- 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.