]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/single-staff-template-with-only-notes.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / single-staff-template-with-only-notes.ly
index 19a9f6d79fa8f4663cf723b306bb07861973144d..4bdbd0de3f291339f51fcde924657fe02e43f697 100644 (file)
@@ -1,10 +1,25 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.12.0"
 
 \header {
   lsrtags = "template"
 
+  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"
+  
+  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.
+"
+
   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,
@@ -13,17 +28,17 @@ add notes, and you're finished!
 "
   doctitle = "Single staff template with only notes"
 } % begin verbatim
+
 melody = \relative c' {
-            \clef treble
-            \key c \major
-            \time 4/4
-         
-            a4 b c d
-         }
-         
-         \score {
-            \new Staff \melody
-            \layout { }
-            \midi {}
-         }
+  \clef treble
+  \key c \major
+  \time 4/4
+  
+  a4 b c d
+}
 
+\score {
+  \new Staff \melody
+  \layout { }
+  \midi { }
+}