X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpiano-template-simple.ly;h=88c6fff4dc4f617efcf4533d21a8422ecf416705;hb=fb09f28821ce6ce66ec508ddaa8c9320d2813695;hp=45e792f4a7d33aa9a014186a097252c2a8a10e88;hpb=2455e5b0f8f0846a42952e32bbedecf1da1e7855;p=lilypond.git diff --git a/input/lsr/piano-template-simple.ly b/input/lsr/piano-template-simple.ly index 45e792f4a7..88c6fff4dc 100644 --- a/input/lsr/piano-template-simple.ly +++ b/input/lsr/piano-template-simple.ly @@ -1,9 +1,22 @@ %% 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.12.3" \header { - lsrtags = "piano-music, template" + 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. @@ -11,13 +24,13 @@ 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 { } } +