]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes-and-chords.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes-and-chords.ly
index b3d17c9070878f593c974d5bdc8fdec052469077..24d07977ab5d4bd45d1f2a89c0a212598c7e42f6 100644 (file)
@@ -1,40 +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.14.2"
 
 \header {
-  lsrtags = "chords, template"
-
-%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5
-  texidoces = "
-¿Quiere preparar una hoja guía de acordes (o «lead sheet») con
-melodía y acordes?  ¡No busque más!
-
-"
-
-doctitlees = "Plantilla de pentagrama único con música y acordes"
-
-%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
-  texidocja = "
-旋律とコードを持つリード譜を欲しくはありませんか?他を見る必要はありません!
-"
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  texidocde = "
-Wollen Sie ein Liedblatt mit Melodie und Akkorden schreiben?  Hier ist
-das richtige Beispiel für Sie!
-"
-
-  doctitlede = "Vorlage für eine Notenzeile mit Akkorden"
-
-%% Translation of GIT committish: 9ba35398048fdf1ca8c83679c7c144b1fd48e75b
-  texidocfr = "
-Vous avez besoin de la partition d'une mélodie avec les accords ?
-N'allez pas plus loin !
-
-"
-
-doctitlefr = "Mélodie simple et accords"
+  lsrtags = "really-simple, template, chords"
 
   texidoc = "
 Want to prepare a lead sheet with a melody and chords? Look no further!
@@ -44,6 +17,7 @@ Want to prepare a lead sheet with a melody and chords? Look no further!
   doctitle = "Single staff template with notes and chords"
 } % begin verbatim
 
+
 melody = \relative c' {
   \clef treble
   \key c \major
@@ -69,4 +43,3 @@ harmonies = \chordmode {
   \layout{ }
   \midi { }
 }
-