]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/bagpipe.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / ly / bagpipe.ly
index 976eb7c6cc4706fac4abfb8b2f5554748e5d8ab0..07c39a9bcd85846a571798e6ff14512fdd8b6c5e 100644 (file)
@@ -9,7 +9,7 @@
   $Id: bagpipe.ly,v 1.12 2006/03/16 14:39:46 hanwen Exp $
 %}
 
-\version "2.10.0"
+\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.
@@ -45,7 +45,7 @@ hideKeySignature = {
 }
 showKeySignature = {
   % Show the key signature e.g. for BMW compatibility.
-  \override Staff.KeySignature  #'stencil = #'ly:key-signature-interface::print
+  \override Staff.KeySignature  #'stencil = #ly:key-signature-interface::print
   \set Staff.extraNatural = ##f
   \key d \major
   #(set-accidental-style 'forget)