]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/bagpipe.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / ly / bagpipe.ly
index 85b216ab40693d66b0fd3c6817c728222dfaea30..99eeffb881b9d7d011294d295ad0584cf0215ac6 100644 (file)
@@ -9,7 +9,7 @@
   $Id: bagpipe.ly,v 1.12 2006/03/16 14:39:46 hanwen Exp $
 %}
 
-\version "2.16.0"
+\version "2.17.6"
 
 % Notes of the scale of the Great Highland Bagpipe. Extra high notes for bombarde.
 % Flat notes used mainly in some modern music.
@@ -41,14 +41,14 @@ hideKeySignature = {
   \override Staff.KeySignature  #'stencil = ##f
   \set Staff.extraNatural = ##f
   \key d \major
-  \accidentalStyle "forget"
+  \accidentalStyle forget
 }
 showKeySignature = {
   % Show the key signature e.g. for BMW compatibility.
   \override Staff.KeySignature  #'stencil = #ly:key-signature-interface::print
   \set Staff.extraNatural = ##f
   \key d \major
-  \accidentalStyle "forget"
+  \accidentalStyle forget
 }
 
 % Layout tweaks.