]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/piano-template-simple.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / piano-template-simple.ly
index 746bef7ca2c813e55c14b4970d6e267496d143e2..4dd8ff4184347988a11b0b0c4b9ac67eab9ede06 100644 (file)
@@ -4,33 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \header {
-  lsrtags = "keyboards, template"
-
-%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345
-  texidoces = "
-Presentamos a continuación una plantilla de piano sencilla con algunas
-notas.
-
-"
-  doctitlees = "Plantilla de piano (sencilla)"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Hier ein einfaches Klaviersystem.
-
-"
-  doctitlede = "Vorlage für einfache Klaviernotation"
-
-%% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16
-  texidocfr = "
-Voici une simple partition pour piano avec quelques notes.
-
-"
-  doctitlefr = "Piano -- cannevas simple"
+  lsrtags = "really-simple, keyboards, template"
 
   texidoc = "
 Here is a simple piano staff with some notes.
@@ -39,6 +16,7 @@ Here is a simple piano staff with some notes.
   doctitle = "Piano template (simple)"
 } % begin verbatim
 
+
 upper = \relative c'' {
   \clef treble
   \key c \major
@@ -64,4 +42,3 @@ lower = \relative c {
   \layout { }
   \midi { }
 }
-