]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-only-notes.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / single-staff-template-with-only-notes.ly
index 1ada322f78c52598b4b42336ec6204ac14090536..15a08d488d48b46901f394bb1dafe937a07c2657 100644 (file)
@@ -1,18 +1,9 @@
-%% 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.4"
 
 \header {
-%% Translation of GIT committish: 892286cbfdbe89420b8181975032ea975e79d2f5
-  texidocfr = "
-Cet exemple simpliste se compose d'une portée agrémentée de quelques
-notes.  Il convient tout à fait pour un instrument seul ou un
-fragment mélodique.  Recopiez-le dans un nouveau fichier, ajoutez-y
-d'autres notes et c'est pret !
-
-"
-  doctitlefr = "Portée unique avec quelques notes"
-
   lsrtags = "template"
 
 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
@@ -24,15 +15,6 @@ un archivo, escriba las notas y ¡ya está!
 "
   doctitlees = "Plantilla de un solo pentagrama, con notas únicamente"
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d  
-  texidocde = "
-Das erste Beispiel zeigt ein Notensystem mit Noten, passend für ein 
-Soloinstrument oder ein Melodiefragment. Kopieren Sie es und fügen 
-Sie es in Ihre Datei ein, schreiben Sie die Noten hinzu, und Sie haben 
-eine vollständige Notationsdatei.
-"
-
-  doctitlede = "Vorlage für ein Notensystem"
 
 %% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
   texidocja = "
@@ -41,10 +23,31 @@ eine vollständige Notationsdatei.
 "
 
 
+%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+  texidocde = "
+Das erste Beispiel zeigt ein Notensystem mit Noten, passend für ein
+Soloinstrument oder ein Melodiefragment. Kopieren Sie es und fügen
+Sie es in Ihre Datei ein, schreiben Sie die Noten hinzu, und Sie haben
+eine vollständige Notationsdatei.
+"
+
+  doctitlede = "Vorlage für ein Notensystem"
+
+
+%% Translation of GIT committish: 892286cbfdbe89420b8181975032ea975e79d2f5
+  texidocfr = "
+Cet exemple simpliste se compose d'une portée agrémentée de quelques
+notes.  Il convient tout à fait pour un instrument seul ou un
+fragment mélodique.  Recopiez-le dans un nouveau fichier, ajoutez-y
+d'autres notes et c'est pret !
+
+"
+  doctitlefr = "Portée unique avec quelques notes"
+
   texidoc = "
 This very simple template gives you a staff with notes, suitable for a
 solo instrument or a melodic fragment. Cut and paste this into a file,
-add notes, and you're finished! 
+add notes, and you're finished!
 
 "
   doctitle = "Single staff template with only notes"
@@ -54,7 +57,7 @@ melody = \relative c' {
   \clef treble
   \key c \major
   \time 4/4
-  
+
   a4 b c d
 }