LSR: Update.
[lilypond.git] / input / lsr / piano-template-with-melody-and-lyrics.ly
blobce5f580425c2f8d1d1bafb7fd59b5ad42fc3d2c3
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.62"
5 \header {
6 lsrtags = "vocal-music, keyboards, template"
8 texidoces = "
9 He aquí el típico formato dde una canción: un pentagrama con la
10 melodía y la letra, y el acompañamiento de piano por debajo.
13 doctitlees = "Plantilla de piano con melodía y letra"
15 texidocde = "
16 Das nächste Beispiel ist typisch für ein Lied: Im oberen System die
17 Melodie mit Text, darunter Klavierbegleitung.
20 texidoc = "
21 Here is a typical song format: one staff with the melody and lyrics,
22 with piano accompaniment underneath.
25 doctitle = "Piano template with melody and lyrics"
26 } % begin verbatim
27 melody = \relative c'' {
28 \clef treble
29 \key c \major
30 \time 4/4
32 a b c d
35 text = \lyricmode {
36 Aaa Bee Cee Dee
39 upper = \relative c'' {
40 \clef treble
41 \key c \major
42 \time 4/4
44 a4 b c d
47 lower = \relative c {
48 \clef bass
49 \key c \major
50 \time 4/4
52 a2 c
55 \score {
57 \new Voice = "mel" { \autoBeamOff \melody }
58 \new Lyrics \lyricsto mel \text
59 \new PianoStaff <<
60 \new Staff = "upper" \upper
61 \new Staff = "lower" \lower
64 \layout {
65 \context { \RemoveEmptyStaffContext }
67 \midi { }