]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly
Doc: NR 1.8.2 - add \abs-fontsize to main doc
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes-and-lyrics.ly
index 28f3a4c1c3c0fbcc61d94b3a43b66326cbfdd721..fc1eae363635799abf3a6e0eab4f1240a09de941 100644 (file)
@@ -1,25 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.14.0"
 
 \header {
-%% 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.
-
-"
-  doctitle = "Portée unique et paroles"
-
-  doctitle = "Portée unique et paroles"
-
   lsrtags = "vocal-music, template"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   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
@@ -30,20 +20,8 @@ comentario la línea correspondiente.
 "
   doctitlees = "Plantilla de pentagrama único don notas y letra"
 
-%% 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: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
+%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86
   texidocja = "
 この小さなテンプレートは歌詞を持つ簡単な旋律を表しています。カット&ペーストして、音符@c
 を付け加えて、それから歌詞の単語を付け加えてください。この例は自動ビームを off にして@c
@@ -52,6 +30,42 @@ entsprechende Zeile entweder ändern oder auskommentieren.
 "
 
 
+%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c
+  texidocit = "
+Questo piccolo modello presenta una semplice linea melodica con un testo. Copialo
+e incollalo, aggiungi le note e le parole. Questo esempio disabilita la
+disposizione automatica delle travature, come è consuetudine per le parti
+vocali. Per usare la disposizione automatica delle travature, cambia o
+commenta la relativa linea di codice.
+
+"
+  doctitleit = "Modello di rigo singolo con note e testo"
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
+  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: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
+  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"
+
   texidoc = "
 This small template demonstrates a simple melody with lyrics. Cut and
 paste, add notes, then words for the lyrics. This example turns off
@@ -66,7 +80,7 @@ melody = \relative c' {
   \clef treble
   \key c \major
   \time 4/4
-  
+
   a4 b c d
 }