X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fbagpipe.ly;h=1c8ccbe485abd729a85cd374d9fc4e5c7de32c1c;hb=6981f610082ad44e8d876b2fb1cb737b927a6478;hp=b1bc4fb5b598ed41f6503a00221029a7444d5cbf;hpb=efcd47e03195770d6a8caafa8c0c831c03d14a1e;p=lilypond.git diff --git a/ly/bagpipe.ly b/ly/bagpipe.ly index b1bc4fb5b5..1c8ccbe485 100755 --- a/ly/bagpipe.ly +++ b/ly/bagpipe.ly @@ -6,10 +6,10 @@ Sven Axelsson, the Murray Pipes & Drums of Gothenburg (http://www.murrays.nu) - $Id: bagpipe.ly,v 1.3 2005/08/18 22:06:45 gpercival Exp $ + $Id: bagpipe.ly,v 1.10 2006/02/06 01:13:58 hanwen Exp $ %} -\version "2.6.0" +\version "2.7.32" % Notes of the scale of the Great Highland Bagpipe. Extra high notes for bombarde. % Flat notes used mainly in some modern music. @@ -38,14 +38,14 @@ pitchnames = \pitchnamesBagpipe hideKeySignature = { % We normally don't want to show the key signature. - \override Staff.KeySignature #'print-function = ##f + \override Staff.KeySignature #'stencil = ##f \set Staff.extraNatural = ##f \key d \major #(set-accidental-style 'forget) } showKeySignature = { % Show the key signature e.g. for BMW compatibility. - \override Staff.KeySignature #'print-function = #'Key_signature_interface::print + \override Staff.KeySignature #'stencil = #'ly:key-signature-interface::print \set Staff.extraNatural = ##f \key d \major #(set-accidental-style 'forget) @@ -57,10 +57,10 @@ showKeySignature = { \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 } }