]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/chords-headword.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / chords-headword.ly
index f726138f433694459e3dd82c2fdc6497d7ac36fb..4f625ddbc81cf01fcfde750e71300894e9a0bc31 100644 (file)
@@ -1,26 +1,12 @@
-\version "2.12.0"
-#(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"
 }
 
 
-\layout {
-  \context {
-    \Score
-    \override PaperColumn #'keep-inside-line = ##t
-    \override NonMusicalPaperColumn #'keep-inside-line = ##t
-  }
-}
-
 theChords = \chordmode {
   \time 2/2
   f1 | c2 f2 | f1 | c2 f2| %\break
@@ -85,7 +71,7 @@ Bass = {
     \context Staff = lower {
       \new Voice {
         \clef bass
-        #(set-accidental-style 'modern-cautionary)
+        \accidentalStyle modern-cautionary
         <<
           \Tenor
           \Bass
@@ -102,7 +88,7 @@ Bass = {
     }
     \context {
       \Voice
-      \override StanzaNumber #'padding = #1.8
+      \override StanzaNumber.padding = #1.8
     }
   }
 }