LSR: Update.
[lilypond.git] / input / lsr / piano-template-simple.ly
blob45811898fd0990e32199b210ec9cc91659ec6c9a
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.66"
5 \header {
6 lsrtags = "keyboards, template"
8 texidoces = "
9 Presentamos a continuación una plantilla de piano sencilla con algunas
10 notas.
13 doctitlees = "Plantilla de piano (sencilla)"
15 texidocde = "
16 Hier ein einfaches Klaviersystem.
19 doctitlede = "Vorlage für einfache Klaviernotation"
21 texidoc = "
22 Here is a simple piano staff with some notes.
25 doctitle = "Piano template (simple)"
26 } % begin verbatim
28 upper = \relative c'' {
29 \clef treble
30 \key c \major
31 \time 4/4
33 a4 b c d
36 lower = \relative c {
37 \clef bass
38 \key c \major
39 \time 4/4
41 a2 c
44 \score {
45 \new PianoStaff <<
46 \set PianoStaff.instrumentName = #"Piano "
47 \new Staff = "upper" \upper
48 \new Staff = "lower" \lower
50 \layout { }
51 \midi { }