]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/piano-template-simple.ly
Delete unneeded new snippets
[lilypond.git] / Documentation / snippets / piano-template-simple.ly
index 89fa28cf592be4f3b84a3d924769a107f1d4f1fb..b2728932e448485ebd93e1b3f6c6b01530a16359 100644 (file)
@@ -1,24 +1,13 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.18.0"
 
 \header {
-  lsrtags = "keyboards, template"
-
-%% Translation of GIT committish: d35687993883eb31442009fc50d5ae063108bfa7
-  texidoces = "
-Presentamos a continuación una plantilla de piano sencilla con algunas
-notas.
-
-"
-  doctitlees = "Plantilla de piano (sencilla)"
-  
-%% Translation of GIT committish: 17633f6b8681af86230aa84597fe7561e98c91d6
-  texidocde = "
-Hier ein einfaches Klaviersystem.
-
-"
-  doctitlede = "Vorlage für einfache Klaviernotation"
+  lsrtags = "keyboards, really-simple, template"
 
   texidoc = "
 Here is a simple piano staff with some notes.
@@ -31,16 +20,16 @@ upper = \relative c'' {
   \clef treble
   \key c \major
   \time 4/4
-  
-  a4 b c d  
+
+  a4 b c d
 }
 
 lower = \relative c {
   \clef bass
   \key c \major
   \time 4/4
-  
-  a2 c  
+
+  a2 c
 }
 
 \score {
@@ -52,4 +41,3 @@ lower = \relative c {
   \layout { }
   \midi { }
 }
-