]> 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 e35c8fa362ac432576ed12112bf4589d8469c2ff..4dd8ff4184347988a11b0b0c4b9ac67eab9ede06 100644 (file)
@@ -4,40 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
-  lsrtags = "keyboards, template"
-
-%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
-  texidoces = "
-Presentamos a continuación una plantilla de piano sencilla con algunas
-notas.
-
-"
-  doctitlees = "Plantilla de piano (sencilla)"
-
-
-%% Translation of GIT committish: 514674cb00c18629242dfcde0c1a4976758adc56
-  texidocit = "
-Ecco un comune doppio pentagramma per pianoforte con un po' di note.
-
-"
-  doctitleit = "Modello per pianoforte (semplice)"
-
-%% 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.
@@ -46,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
@@ -71,4 +42,3 @@ lower = \relative c {
   \layout { }
   \midi { }
 }
-