]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/single-staff-template-with-only-notes.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / single-staff-template-with-only-notes.ly
index 19a9f6d79fa8f4663cf723b306bb07861973144d..67d5a7ca3b6ef99d326799416780cab0926f6c66 100644 (file)
@@ -1,10 +1,34 @@
 %% 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.13.1"
 
 \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
+これをファイルにカット&ペーストして、音符を付け加えれば完了です!
+"
+
+
   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 +37,18 @@ 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 { }
+}