LSR: Update.
[lilypond.git] / input / lsr / single-staff-template-with-notes,-lyrics,-and-chords.ly
blobff84f06c5d7e31f0b2d06d841b7e6b1e0e09b2e8
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 = "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
28 melody = \relative c' {
29 \clef treble
30 \key c \major
31 \time 4/4
33 a4 b c d
36 text = \lyricmode {
37 Aaa Bee Cee Dee
40 harmonies = \chordmode {
41 a2 c
44 \score {
46 \new ChordNames {
47 \set chordChanges = ##t
48 \harmonies
50 \new Voice = "one" { \autoBeamOff \melody }
51 \new Lyrics \lyricsto "one" \text
53 \layout { }
54 \midi { }