]> 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 d267d561b7518ce6d2a91d5675af8313880aec37..4f625ddbc81cf01fcfde750e71300894e9a0bc31 100644 (file)
@@ -1,13 +1,7 @@
-\version "2.13.36"
-#(set-global-staff-size 15)
-\paper {
-  ragged-right = ##f
-  line-width = 15\cm
-  indent = 0\cm
-}
+\version "2.17.6"
 
 \header {
-  lsrtags = "headwords"
+  lsrtags = "headword"
   texidoc = ""
   doctitle = "headword"
 }
@@ -77,7 +71,7 @@ Bass = {
     \context Staff = lower {
       \new Voice {
         \clef bass
-        #(set-accidental-style 'modern-cautionary)
+        \accidentalStyle modern-cautionary
         <<
           \Tenor
           \Bass
@@ -94,7 +88,7 @@ Bass = {
     }
     \context {
       \Voice
-      \override StanzaNumber #'padding = #1.8
+      \override StanzaNumber.padding = #1.8
     }
   }
 }