LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / piano-template-simple.ly
blobdc8b539c609b1deaff8fdb7704790b0b3bf7ea5e
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.16"
6 \header {
7 lsrtags = "keyboards, template"
9 %% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
10 texidoces = "
11 Presentamos a continuación una plantilla de piano sencilla con algunas
12 notas.
15 doctitlees = "Plantilla de piano (sencilla)"
17 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
18 texidocde = "
19 Hier ein einfaches Klaviersystem.
22 doctitlede = "Vorlage für einfache Klaviernotation"
23 %% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16
24 texidocfr = "
25 Voici une simple partition pour piano avec quelques notes.
28 doctitlefr = "Piano -- cannevas simple"
30 texidoc = "
31 Here is a simple piano staff with some notes.
34 doctitle = "Piano template (simple)"
35 } % begin verbatim
37 upper = \relative c'' {
38 \clef treble
39 \key c \major
40 \time 4/4
42 a4 b c d
45 lower = \relative c {
46 \clef bass
47 \key c \major
48 \time 4/4
50 a2 c
53 \score {
54 \new PianoStaff <<
55 \set PianoStaff.instrumentName = #"Piano "
56 \new Staff = "upper" \upper
57 \new Staff = "lower" \lower
59 \layout { }
60 \midi { }