X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpiano-template-simple.ly;h=89fa28cf592be4f3b84a3d924769a107f1d4f1fb;hb=3eb1e37e2e0b3966142cd04b85e30ab882308612;hp=4c84cd1b40e97dc81fcbcc71809967700e82b225;hpb=66ffd212bba2b1b09580f878d66dba6c1e713102;p=lilypond.git diff --git a/input/lsr/piano-template-simple.ly b/input/lsr/piano-template-simple.ly index 4c84cd1b40..89fa28cf59 100644 --- a/input/lsr/piano-template-simple.ly +++ b/input/lsr/piano-template-simple.ly @@ -1,23 +1,38 @@ %% 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.13.1" \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" + 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 +40,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 { } } +