]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/score-for-diatonic-accordion.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / score-for-diatonic-accordion.ly
index 9aab782de3b32d2575a439ad77a8e9e6dec5d780..e4f2326b97ebb1367610d8e387e51d094b07841a 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.15.18"
+\version "2.16.0"
 
 \header {
-  lsrtags = "template"
+  lsrtags = "template, real-music, specific-notation"
 
   texidoc = "
 A template to write a score for a diatonic accordion.
@@ -176,7 +176,7 @@ staffVoice = \new Staff = astaffvoice  {
 
 staffAccordionMel =
 \new Staff  \with { \remove "Clef_engraver" } {
-  $(set-accidental-style 'forget) %Set the accidentals (Vorzeichen) for each note,
+  \accidentalStyle "forget" %Set the accidentals (Vorzeichen) for each note,
   %do not remember them for the rest of the measure.
   \time 4/4
   \set Staff.instrumentName="Accordion"