]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/chords-headword.ly
Doc-fr: updates texidocs
[lilypond.git] / Documentation / snippets / new / chords-headword.ly
index f0e7a0c9724fa4e6698969c15ece954c052b157c..4f625ddbc81cf01fcfde750e71300894e9a0bc31 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.15.20"
+\version "2.17.6"
 
 \header {
-  lsrtags = "headwords"
+  lsrtags = "headword"
   texidoc = ""
   doctitle = "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
     }
   }
 }