]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/grid-lines--changing-their-appearance.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / grid-lines--changing-their-appearance.ly
index af86ed4f5fd8d70552908830aee836b3ba16ad28..2b69748857233465575107f61694770db3cc36ab 100644 (file)
@@ -4,37 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "editorial-annotations"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-Se puede cambiar el aspecto de las líneas de rejilla
-sobreescribiendo algunas de sus propiedades.
-
-"
-  doctitlees = "Líneas de rejilla: modificar su aspecto"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Die Erscheinung der Gitternetzlinien kann durch einige Eigenschaften
-geändert werden.
-
-"
-  doctitlede = "Gitternetzlinien: Aussehen verändern"
-
-%% Translation of GIT committish: 9ccf7f0f5e52e074f3b7852416ad5b78718395c8
-  texidocfr = "
-Modifier certaines des propriétés du quadrillage temporel aura pour effet
-d'en changer l'apparence.
-
-"
-  doctitlefr = "Apparence du quadrillage temporel"
-
-
   texidoc = "
 The appearance of grid lines can be changed by overriding some of their
 properties.
@@ -43,6 +17,7 @@ properties.
   doctitle = "Grid lines: changing their appearance"
 } % begin verbatim
 
+
 \score {
   \new ChoirStaff <<
     \new Staff {
@@ -84,4 +59,3 @@ properties.
     }
   }
 }
-