]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/chords-headword.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / new / chords-headword.ly
index 29fe905a43e89716a129baa71eed20e0347fb6cb..4f625ddbc81cf01fcfde750e71300894e9a0bc31 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "headword"
@@ -71,7 +71,7 @@ Bass = {
     \context Staff = lower {
       \new Voice {
         \clef bass
-        \accidentalStyle "modern-cautionary"
+        \accidentalStyle modern-cautionary
         <<
           \Tenor
           \Bass
@@ -88,7 +88,7 @@ Bass = {
     }
     \context {
       \Voice
-      \override StanzaNumber #'padding = #1.8
+      \override StanzaNumber.padding = #1.8
     }
   }
 }