]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes-and-lyrics.ly
Docs: update LSR
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes-and-lyrics.ly
index db877ad06b551664e6c005f9704c732028392d3d..c623e176138c271c861e4dbb4cddf738fdefcaa3 100644 (file)
@@ -17,6 +17,7 @@ comentario la línea correspondiente.
 "
   doctitlees = "Plantilla de pentagrama único don notas y letra"
 
+
 %% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
   texidocja = "
 この小さなテンプレートは歌詞を持つ簡単な旋律を表しています。カット&ペーストして、音符@c
@@ -25,6 +26,7 @@ comentario la línea correspondiente.
 行を変更するか、コメント アウトしてください。
 "
 
+
 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
   texidocde = "
 Das nächste Beispiel zeigt eine einfache Melodie mit Text. Kopieren
@@ -38,6 +40,7 @@ entsprechende Zeile entweder ändern oder auskommentieren.
 
   doctitlede = "Vorlage für ein Notensystem mit Noten und Gesangstext"
 
+
 %% Translation of GIT committish: 892286cbfdbe89420b8181975032ea975e79d2f5
 
   texidocfr = "
@@ -64,7 +67,7 @@ melody = \relative c' {
   \clef treble
   \key c \major
   \time 4/4
-
+  
   a4 b c d
 }