]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes-and-chords.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes-and-chords.ly
index 8134d7a0d1ff9857cab9e754695eabf9a04bc2d5..4ba723b5160d6da198b40b6157cf5c3f565f8634 100644 (file)
@@ -4,51 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.19.2"
 
 \header {
-  lsrtags = "chords, template"
-
-%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb
-  texidoces = "
-¿Quiere preparar una hoja guía de acordes (o «lead sheet») con
-melodía y acordes?  ¡No busque más!
-
-"
-
-doctitlees = "Plantilla de pentagrama único con música y acordes"
-
-
-%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86
-  texidocja = "
-旋律とコードを持つリード譜を欲しくはありませんか?他を見る必要はありません!
-"
-
-%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c
-  texidocit = "
-Vuoi preparare uno spartito semplificato (lead sheet) con melodia e
-accordi?  La tua ricerca è finita!
-
-"
-  doctitleit = "Modello di rigo singolo con note e accordi"
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Wollen Sie ein Liedblatt mit Melodie und Akkorden schreiben?  Hier ist
-das richtige Beispiel für Sie!
-"
-
-  doctitlede = "Vorlage für eine Notenzeile mit Akkorden"
-
-
-%% Translation of GIT committish: ceb0afe7d4d0bdb3d17b9d0bff7936bb2a424d16
-  texidocfr = "
-Vous avez besoin de la partition d'une mélodie avec les accords ?
-N'allez pas plus loin !
-
-"
-
-doctitlefr = "Mélodie simple et accords"
+  lsrtags = "chords, really-simple, template"
 
   texidoc = "
 Want to prepare a lead sheet with a melody and chords? Look no further!
@@ -58,13 +17,14 @@ Want to prepare a lead sheet with a melody and chords? Look no further!
   doctitle = "Single staff template with notes and chords"
 } % begin verbatim
 
+
 melody = \relative c' {
   \clef treble
   \key c \major
   \time 4/4
 
   f4 e8[ c] d4 g
-  a2 ~ a
+  a2 ~ 2
 }
 
 harmonies = \chordmode {
@@ -83,4 +43,3 @@ harmonies = \chordmode {
   \layout{ }
   \midi { }
 }
-