]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-simple.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / piano-template-simple.ly
index 0b538ea71ba0c5756d1d386aea85a31d82234453..68ee14ec346487ed7100e11ee11c7ecdfd9f64f4 100644 (file)
@@ -1,10 +1,23 @@
 %% 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.62"
 
 \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.
 
@@ -16,8 +29,7 @@ upper = \relative c'' {
   \key c \major
   \time 4/4
   
-  a b c d
-  
+  a4 b c d  
 }
 
 lower = \relative c {
@@ -25,13 +37,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
   >>