]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/staff-headword.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / staff-headword.ly
index 1ffa89b9a8d99a5817e340910d3c397d9166ec89..1ec43529b8f316345acb9d7fb7fc038dbed3641d 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.15.32
-\version "2.15.32"
+%% Note: this file works from version 2.16.0
+\version "2.17.6"
 \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
@@ -43,7 +36,7 @@ trompette = \relative do'' {
   \key mib \major
   \time 2/4
   R2^\markup { \italic Comodo } |
-  r8 \once \override TextScript #'padding = #2.0
+  r8 \once \override TextScript.padding = #2.0
   sib16-.^\markup {\dynamic p \italic grazioso} do-. mib( re)-. do-. sib-. |
   re8-. r8 re4->( |
   re8) do16-. re-. mib( re) do-. re-. |
@@ -128,4 +121,3 @@ lower = \relative do {
     \tempo 4 = 72
   }
 }
-