]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-simple.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / piano-template-simple.ly
index 4c84cd1b40e97dc81fcbcc71809967700e82b225..88c6fff4dc4f617efcf4533d21a8422ecf416705 100644 (file)
@@ -1,23 +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.46"
+\version "2.12.3"
 
 \header {
   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.
 
 "
   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 {
@@ -25,16 +38,16 @@ 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
   >>
   \layout { }
   \midi { }
 }
+