X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fbagpipe.ly;h=07c39a9bcd85846a571798e6ff14512fdd8b6c5e;hb=dd237d4df77489170dc5c204a9ba58819a904dfa;hp=f471084022d6d951c23a5ea915c3b942a0bcd4fb;hpb=c2389d605aaaf3b3e8c416428d4b4088e4b049ca;p=lilypond.git diff --git a/ly/bagpipe.ly b/ly/bagpipe.ly old mode 100755 new mode 100644 index f471084022..07c39a9bcd --- 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.7 2005/10/17 00:48:17 hanwen Exp $ + $Id: bagpipe.ly,v 1.12 2006/03/16 14:39:46 hanwen Exp $ %} -\version "2.7.13" +\version "2.12.0" % 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 #'callbacks #'stencil = ##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 #'callbacks #'stencil = #'Key_signature_interface::print + \override Staff.KeySignature #'stencil = #ly:key-signature-interface::print \set Staff.extraNatural = ##f \key d \major #(set-accidental-style 'forget)