]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/staff-headword.ly
Fixes black bars in NR
[lilypond.git] / Documentation / snippets / new / staff-headword.ly
index 7eb5514bcc5fe8e01a5a9f3254f35bcf1a5f5222..30c6709bf04db9549f234acd4a694a451597407a 100644 (file)
@@ -1,12 +1,5 @@
-\version "2.12.0"
+\version "2.15.32"
 \include "catalan.ly"
-#(set-global-staff-size 15)
-\paper{
-  ragged-right=##t
-  line-width=17\cm
-  indent=0\cm
-}
-
 
 \header {
   lsrtags = "headwords"
@@ -117,10 +110,7 @@ lower = \relative do {
     >>
   >>
   \midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 72 4)
-    }
+    \tempo 4 = 72
   }
 }