]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/staff-headword.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / staff-headword.ly
index 7eb5514bcc5fe8e01a5a9f3254f35bcf1a5f5222..64ebf5d4d3033c8e43679703ce255ac782566011 100644 (file)
@@ -1,15 +1,8 @@
-\version "2.12.0"
+\version "2.16.0"
 \include "catalan.ly"
-#(set-global-staff-size 15)
-\paper{
-  ragged-right=##t
-  line-width=17\cm
-  indent=0\cm
-}
-
 
 \header {
-  lsrtags = "headwords"
+  lsrtags = "headword"
   texidoc = ""
   doctitle = "headword"
 }
@@ -117,10 +110,7 @@ lower = \relative do {
     >>
   >>
   \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 72 4)
-    }
+    \tempo 4 = 72
   }
 }