]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/piano-template-with-centered-lyrics.ly
Add dynamic script fffff; update docs.
[lilypond.git] / input / lsr / piano-template-with-centered-lyrics.ly
index ffb4d53ebddb3b24073d44a97dbb641348cef7f7..512998d7b03bb6b7224dbf1652e2624c527a1df9 100644 (file)
@@ -1,10 +1,30 @@
 %% 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.46"
+\version "2.13.1"
 
 \header {
   lsrtags = "text, keyboards, template"
 
+%% Translation of GIT committish: d35687993883eb31442009fc50d5ae063108bfa7
+  texidoces = "
+En lugar de tener un pentagrama dedicado a la melodía y la letra, ésta
+se puede centrar entre los pentagramas de un sistema de piano.
+
+"
+  doctitlees = "Plantilla de piano con letra centrada"
+  
+%% Translation of GIT committish: 17633f6b8681af86230aa84597fe7561e98c91d6
+  texidocde = "
+Anstatt ein eigenes System für Melodie und Text zu schreiben, können 
+Sie den Text auch zwischen die beiden Klaviersysteme schreiben
+(und damit das zusätzliche System für die Gesangstimme auslassen).
+"
+
+%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
+  texidocja = "
+旋律と歌詞のための譜表を持つ代わりに、歌詞をピアノ譜の 2 つの譜の間に置くことができます。
+"
+
   texidoc = "
 Instead of having a full staff for the melody and lyrics, lyrics can be
 centered between the staves of a piano staff.
@@ -12,13 +32,13 @@ centered between the staves of a piano staff.
 "
   doctitle = "Piano template with centered lyrics"
 } % begin verbatim
+
 upper = \relative c'' {
   \clef treble
   \key c \major
   \time 4/4
   
-  a4 b c d
-  
+  a4 b c d  
 }
 
 lower = \relative c {
@@ -26,8 +46,7 @@ lower = \relative c {
   \key c \major
   \time 4/4
   
-  a2 c
-  
+  a2 c  
 }
 
 text = \lyricmode {
@@ -52,3 +71,4 @@ text = \lyricmode {
   }
   \midi { }
 }
+