LSR: Update.
[lilypond.git] / input / lsr / piano-template-with-melody-and-lyrics.ly
blobed4315bae882f9009fd52e51f25f7454cf7ab319
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.53"
5 \header {
6 lsrtags = "vocal-music, keyboards, template"
8 texidoc = "
9 Here is a typical song format: one staff with the melody and lyrics,
10 with piano accompaniment underneath.
13 doctitle = "Piano template with melody and lyrics"
14 } % begin verbatim
15 melody = \relative c'' {
16 \clef treble
17 \key c \major
18 \time 4/4
20 a b c d
23 text = \lyricmode {
24 Aaa Bee Cee Dee
27 upper = \relative c'' {
28 \clef treble
29 \key c \major
30 \time 4/4
32 a4 b c d
35 lower = \relative c {
36 \clef bass
37 \key c \major
38 \time 4/4
40 a2 c
43 \score {
45 \new Voice = "mel" { \autoBeamOff \melody }
46 \new Lyrics \lyricsto mel \text
47 \new PianoStaff <<
48 \new Staff = "upper" \upper
49 \new Staff = "lower" \lower
52 \layout {
53 \context { \RemoveEmptyStaffContext }
55 \midi { }