]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes,-lyrics,-and-chords.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes,-lyrics,-and-chords.ly
index e5fa6ca6d65c604d5d154703ff4bd7b1afb6fe25..f4b72259b99a628b92099bf281b95e4b81e7ed53 100644 (file)
@@ -1,38 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.10"
+\version "2.16.0"
 
 \header {
-  lsrtags = "vocal-music, chords, template"
-
-%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
-  texidoces = "
-Esta plantilla facilita la preparación de una canción con melodía,
-letra y acordes.
-
-"
-  doctitlees = "Plantilla de pentagrama único con música letra y acordes"
-
-%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
-  texidocja = "
-これは旋律、単語、コードを持つ歌曲の楽譜のためのテンプレートです。
-"
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  texidocde = "
-Mit diesem Beispiel können Sie einen Song mit Melodie,
-Text und Akkorden schreiben.
-"
-
-  doctitlede = "Vorlage für eine Notenzeile mit Noten Text und Akkorden"
-
-%% Translation of GIT committish: 9ba35398048fdf1ca8c83679c7c144b1fd48e75b
-  texidocfr = "
-Ce cannevas comporte tous les éléments d'une chanson : la mélodie,
-les paroles, les accords.
-
-"
-  doctitlefr = "Paroles musique et accords"
+  lsrtags = "chords, really-simple, template, vocal-music"
 
   texidoc = "
 This template allows the preparation of a song with melody, words, and
@@ -42,6 +17,7 @@ chords.
   doctitle = "Single staff template with notes lyrics and chords"
 } % begin verbatim
 
+
 melody = \relative c' {
   \clef treble
   \key c \major
@@ -70,4 +46,3 @@ harmonies = \chordmode {
   \layout { }
   \midi { }
 }
-