LSR: Update.
[lilypond.git] / input / lsr / single-staff-template-with-notes,-lyrics,-and-chords.ly
bloba40d1c9aa7163fa85bddf06305763abffe758c4f
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.55"
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 texidoc = "
16 This template allows the preparation of a song with melody, words, and
17 chords.
20 doctitle = "Single staff template with notes, lyrics, and chords"
21 } % begin verbatim
22 melody = \relative c' {
23 \clef treble
24 \key c \major
25 \time 4/4
27 a4 b c d
30 text = \lyricmode {
31 Aaa Bee Cee Dee
34 harmonies = \chordmode {
35 a2 c
38 \score {
40 \new ChordNames {
41 \set chordChanges = ##t
42 \harmonies
44 \new Voice = "one" { \autoBeamOff \melody }
45 \new Lyrics \lyricsto "one" \text
47 \layout { }
48 \midi { }