]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chords-headword.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / chords-headword.ly
index 0fed8b205032c1261a81e52623fab1899f6c391f..c335944a5a10708fc454136b9b5f887bb104c3d2 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.15.20
-\version "2.16.0"
+%% Note: this file works from version 2.17.6
+\version "2.17.6"
 
 \header {
   lsrtags = "headword"
@@ -79,7 +79,7 @@ Bass = {
     \context Staff = lower {
       \new Voice {
         \clef bass
-        \accidentalStyle "modern-cautionary"
+        \accidentalStyle modern-cautionary
         <<
           \Tenor
           \Bass
@@ -96,7 +96,7 @@ Bass = {
     }
     \context {
       \Voice
-      \override StanzaNumber #'padding = #1.8
+      \override StanzaNumber.padding = #1.8
     }
   }
 }