]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/staff-headword.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / new / staff-headword.ly
index 7547f03eb07a2b065399c5ecb122a3eb4b8b8bb8..64ebf5d4d3033c8e43679703ce255ac782566011 100644 (file)
@@ -1,15 +1,8 @@
-\version "2.14.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
   }
 }