]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-only-notes.ly
Doc-es: update Usage/Running.
[lilypond.git] / Documentation / snippets / single-staff-template-with-only-notes.ly
index 67d5a7ca3b6ef99d326799416780cab0926f6c66..9eed6bf22030fa69447ea599321f8b08e0dc8195 100644 (file)
@@ -1,38 +1,18 @@
-%% 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.di.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.18.0"
 
 \header {
-  lsrtags = "template"
-
-%% Translation of GIT committish: d35687993883eb31442009fc50d5ae063108bfa7
-  texidoces = "
-Esta plantilla simple prepara un pentagrama con notas, adecuado para
-un instrumento solista o un fragmento melódico. Córtelo y péguelo en
-un archivo, escriba las notas y ¡ya está!
-
-"
-  doctitlees = "Plantilla de un solo pentagrama, con notas únicamente"
-%% Translation of GIT committish: 17633f6b8681af86230aa84597fe7561e98c91d6
-  
-  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.
-"
-
-%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
-  texidocja = "
-これは音符を持つ譜表を提供するとても簡単なテンプレートであり、ソロの楽器や旋律に適しています。@c
-これをファイルにカット&ペーストして、音符を付け加えれば完了です!
-"
-
+  lsrtags = "really-simple, template"
 
   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"
@@ -42,7 +22,7 @@ melody = \relative c' {
   \clef treble
   \key c \major
   \time 4/4
-  
+
   a4 b c d
 }
 
@@ -51,4 +31,3 @@ melody = \relative c' {
   \layout { }
   \midi { }
 }
-