]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ancient-time-signatures.ly
Include `freetype.hh' where appropriate.
[lilypond.git] / Documentation / snippets / ancient-time-signatures.ly
index c665cd8a53cce3afb036a1a55d70ab51a8d973b2..84e12ce3dc06aa706ede0f64dab6fa9f24342217 100644 (file)
@@ -4,27 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
-%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180
-  texidocfr = "
-La métrique peut s'imprimer dans un style ancien.
-
-"
-  doctitlefr = "Métrique ancienne"
-
-
   lsrtags = "ancient-notation"
 
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  texidoces = "
-Las indicaciones de compás también se pueden grabar en estilo antiguo.
-
-"
-  doctitlees = "Indicaciones de compás antiguas"
-
   texidoc = "
 Time signatures may also be engraved in an old style.
 
@@ -36,7 +20,6 @@ Time signatures may also be engraved in an old style.
 
 
 {
-  \override Staff.TimeSignature #'style = #'neomensural
+  \override Staff.TimeSignature.style = #'neomensural
   s1
 }
-