]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/bagpipe.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / ly / bagpipe.ly
index 70bab63a2372af3d77e6e386de90ae5323d96816..85b216ab40693d66b0fd3c6817c728222dfaea30 100644 (file)
@@ -9,7 +9,7 @@
   $Id: bagpipe.ly,v 1.12 2006/03/16 14:39:46 hanwen Exp $
 %}
 
-\version "2.14.0"
+\version "2.16.0"
 
 % 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
-  #(set-accidental-style '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
-  #(set-accidental-style 'forget)
+  \accidentalStyle "forget"
 }
 
 % Layout tweaks.
@@ -89,7 +89,7 @@ marchTime = {
 
 % Add appropriate tweaks needed for piping grace notes to look great.
 stemspace = #(define-music-function (parser location extent) (pair?) #{
-  \once \override Staff.Stem #'X-extent = #$extent
+  \once \override Staff.Stem #'X-extent = #extent
 #})
 pgrace = #(define-music-function (parser location notes) (ly:music?) #{
   \override Score.GraceSpacing #'spacing-increment = #0