]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes-and-lyrics.ly
index 898f87b80e03d91bbcfb89d4a94e7787719c0739..e372559a12d8c93b9aa269d52ffbd4a5a22bf816 100644 (file)
@@ -1,54 +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 = "vocal-music, template"
-
-%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
-  texidoces = "
-Esta pequeña plantilla muestra una melodía sencilla con letra. Córtela
-y péguela, escriba las notas y luego la letra. Este ejemplo desactiva
-el barrado automático, que es lo más frecuente en las partes vocales
-antiguas. Para usar el barrado automático modifique o marque como un
-comentario la línea correspondiente.
-
-"
-  doctitlees = "Plantilla de pentagrama único don notas y letra"
-
-%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
-  texidocja = "
-この小さなテンプレートは歌詞を持つ簡単な旋律を表しています。カット&ペーストして、音符@c
-を付け加えて、それから歌詞の単語を付け加えてください。この例は自動ビームを off にして@c
-います。これはボーカル パートでは一般的なことです。自動ビームを使用するには、対応する@c
-行を変更するか、コメント アウトしてください。
-"
-
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  texidocde = "
-Das nächste Beispiel zeigt eine einfache Melodie mit Text. Kopieren
-Sie es in Ihre Datei, fügen Sie Noten und Text hinzu und übersetzen
-Sie es mit LilyPond. In dem Beispiel wird die automatische
-Balkenverbindung ausgeschaltet (mit dem Befehl @code{\autoBeamOff}),
-wie es für Vokalmusik üblich ist.
-Wenn Sie die Balken wieder einschalten wollen, müssen Sie die
-entsprechende Zeile entweder ändern oder auskommentieren.
-"
-
-  doctitlede = "Vorlage für ein Notensystem mit Noten und Gesangstext"
-
-%% Translation of GIT committish: 892286cbfdbe89420b8181975032ea975e79d2f5
-
-  texidocfr = "
-Ce canevas comporte une simple ligne mélodique agrémentée de paroles.
-Recopiez-le, ajoutez-y d'autres notes et paroles.  Les ligatures
-automatiques sont ici désactivées, comme il est d'usage en matière de
-musique vocale.  Pour activer la fonction de ligature automatique,
-modifiez ou commentez la ligne en question.
-
-"
-  doctitlefr = "Portée unique et paroles"
+  lsrtags = "really-simple, template, vocal-music"
 
   texidoc = "
 This small template demonstrates a simple melody with lyrics. Cut and
@@ -60,6 +19,7 @@ beaming, change or comment out the relevant line.
   doctitle = "Single staff template with notes and lyrics"
 } % begin verbatim
 
+
 melody = \relative c' {
   \clef treble
   \key c \major
@@ -83,4 +43,3 @@ text = \lyricmode {
   \layout { }
   \midi { }
 }
-