Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / lsr / single-staff-template-with-notes,-lyrics,-and-chords.ly
blob27cc2169d45b8ab536b22e7a6293badde26ce6fc
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.13.1"
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 texidocja = "
21 これは旋律、単語、コードを持つ歌曲の楽譜のためのテンプレートです。
24 texidoc = "
25 This template allows the preparation of a song with melody, words, and
26 chords.
29 doctitle = "Single staff template with notes, lyrics, and chords"
30 } % begin verbatim
32 melody = \relative c' {
33 \clef treble
34 \key c \major
35 \time 4/4
37 a4 b c d
40 text = \lyricmode {
41 Aaa Bee Cee Dee
44 harmonies = \chordmode {
45 a2 c
48 \score {
50 \new ChordNames {
51 \set chordChanges = ##t
52 \harmonies
54 \new Voice = "one" { \autoBeamOff \melody }
55 \new Lyrics \lyricsto "one" \text
57 \layout { }
58 \midi { }