]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/single-staff-template-with-notes-and-chords.ly
Docs-hu: Fix typos and some inconsistent formatting and content
[lilypond.git] / Documentation / snippets / single-staff-template-with-notes-and-chords.ly
index 3c2b6d618e91e850ab6344cd56fe7fa4b939e704..46a2758496c3fbcc2b6af3eccb70c11fc2c82591 100644 (file)
@@ -1,17 +1,9 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.10"
 
 \header {
-%% Translation of GIT committish: 9ba35398048fdf1ca8c83679c7c144b1fd48e75b
-  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, template"
 
 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
@@ -23,19 +15,27 @@ melodía y acordes?  ¡No busque más!
 
 doctitlees = "Plantilla de pentagrama único con música y acordes"
 
+%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
+  texidocja = "
+旋律とコードを持つリード譜を欲しくはありませんか?他を見る必要はありません!
+"
 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
   texidocde = "
-Wollen Sie ein Liedblatt mit Melodie und Akkorden schreiben?  Hier ist 
+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: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
-  texidocja = "
-旋律とコードを持つリード譜を欲しくはありませんか?他を見る必要はありません!
+%% Translation of GIT committish: 9ba35398048fdf1ca8c83679c7c144b1fd48e75b
+  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"
+
   texidoc = "
 Want to prepare a lead sheet with a melody and chords? Look no further!
 
@@ -48,7 +48,7 @@ melody = \relative c' {
   \clef treble
   \key c \major
   \time 4/4
-  
+
   f4 e8[ c] d4 g
   a2 ~ a
 }
@@ -65,7 +65,7 @@ harmonies = \chordmode {
       \harmonies
     }
     \new Staff \melody
-  >>  
+  >>
   \layout{ }
   \midi { }
 }