]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/staff-headword.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / staff-headword.ly
index 461e543c1885c51dd533a91db68644b3a9f8dfeb..5b6ebcb365b7b88488d16b0fe95bbccc86948ff7 100644 (file)
@@ -4,19 +4,12 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.14.0
-\version "2.15.32"
+%% Note: this file works from version 2.15.32
+\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"
 } % begin verbatim
@@ -128,4 +121,3 @@ lower = \relative do {
     \tempo 4 = 72
   }
 }
-