]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes-and-lyrics.ly
index 2251a94a47b7889636d245971f6e4304f936d214..4e437345d060a9f61c3790ce71750d2513a936d9 100644 (file)
@@ -1,11 +1,12 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.39"
 
 \header {
   lsrtags = "vocal-music, template"
 
-%% Translation of GIT committish: d35687993883eb31442009fc50d5ae063108bfa7
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   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
@@ -15,19 +16,9 @@ comentario la línea correspondiente.
 
 "
   doctitlees = "Plantilla de pentagrama único don notas y letra"
-%% Translation of GIT committish: 17633f6b8681af86230aa84597fe7561e98c91d6
-  
-  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.
-"
 
-%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
+
+%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86
   texidocja = "
 この小さなテンプレートは歌詞を持つ簡単な旋律を表しています。カット&ペーストして、音符@c
 を付け加えて、それから歌詞の単語を付け加えてください。この例は自動ビームを off にして@c
@@ -36,6 +27,32 @@ entsprechende Zeile entweder ändern oder auskommentieren.
 "
 
 
+%% 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: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a
+
+  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
@@ -50,7 +67,7 @@ melody = \relative c' {
   \clef treble
   \key c \major
   \time 4/4
-  
+
   a4 b c d
 }