]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-simple.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / lsr / piano-template-simple.ly
index b507542bdc813f7091dba9c2a3082795abbeafd3..81c870c1f3a10f3997b03c2cf2b46cad912c08f3 100644 (file)
@@ -1,20 +1,36 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.64"
 
 \header {
-  lsrtags = "piano-music, template"
- texidoc = "
+  lsrtags = "keyboards, template"
+
+  texidoces = "
+Presentamos a continuación una plantilla de piano sencilla con algunas
+notas.
+
+"
+  doctitlees = "Plantilla de piano (sencilla)"
+  
+  texidocde = "
+Hier ein einfaches Klaviersystem.
+
+"
+  doctitlede = "Vorlage für einfache Klaviernotation"
+
+  texidoc = "
 Here is a simple piano staff with some notes.
-" }
-% begin verbatim
+
+"
+  doctitle = "Piano template (simple)"
+} % begin verbatim
+
 upper = \relative c'' {
   \clef treble
   \key c \major
   \time 4/4
   
-  a b c d
-  
+  a4 b c d  
 }
 
 lower = \relative c {
@@ -22,13 +38,12 @@ lower = \relative c {
   \key c \major
   \time 4/4
   
-  a2 c
-  
+  a2 c  
 }
 
 \score {
   \new PianoStaff <<
-    \set PianoStaff.instrumentName = "Piano  "
+    \set PianoStaff.instrumentName = #"Piano  "
     \new Staff = "upper" \upper
     \new Staff = "lower" \lower
   >>