LSR: Update.
[lilypond.git] / input / lsr / single-staff-template-with-notes,-lyrics,-and-chords.ly
blob9a0a2c38e946718551ceb0ecbd1c326c42562705
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, chords, template"
8 texidoces = "
9 Esta plantilla facilita la preparación de una canción con melodía,
10 letra y acordes.
13 doctitlees = "Plantilla de pentagrama único con música, letra y acordes"
15 texidocde = "
16 Mit diesem Beispiel können Sie einen Song mit Melodie,
17 Text und Akkorden schreiben.
20 texidoc = "
21 This template allows the preparation of a song with melody, words, and
22 chords.
25 doctitle = "Single staff template with notes, lyrics, and chords"
26 } % begin verbatim
27 melody = \relative c' {
28 \clef treble
29 \key c \major
30 \time 4/4
32 a4 b c d
35 text = \lyricmode {
36 Aaa Bee Cee Dee
39 harmonies = \chordmode {
40 a2 c
43 \score {
45 \new ChordNames {
46 \set chordChanges = ##t
47 \harmonies
49 \new Voice = "one" { \autoBeamOff \melody }
50 \new Lyrics \lyricsto "one" \text
52 \layout { }
53 \midi { }