]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/string-quartet-template-with-separate-parts.ly
Update incipit snippets
[lilypond.git] / Documentation / snippets / string-quartet-template-with-separate-parts.ly
index 81a943d85bc16e8273795e48281a203206b83041..7efde9f3a74876fb837946b8c8558646fdb3e4d4 100644 (file)
@@ -1,91 +1,19 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.18.0"
 
 \header {
-%% Translation of GIT committish: 892286cbfdbe89420b8181975032ea975e79d2f5
-  texidocfr = "
-Grâce à ce canevas, vous pouvez obtenir une partition d'excellente
-facture pour quatuor à cordes mais aussi, si le besoin s'en faisait
-sentir, une partie séparée par instrument.  Par ailleurs, cet exemple
-illustre l'utilisation de la fonction @code{\\tag} dans le but
-d'extraire des parties séparées.
-
-Il vous faudra découper ce canevas en plusieurs fichiers séparés ; leur
-nom respectif est indiqué en commentaire : @code{piece.ly} comporte tout
-ce qui a trait à la musique, les autres fichiers -- @code{score.ly},
-@code{vn1.ly}, @code{vn2.ly}, @code{vla.ly}, et @code{vlc.ly} -- vous
-permettront d'obtenir les parties selon le pupitre.
-
-
-N'oubliez pas de supprimer les commentaires superflus des fichiers
-individualisés !
-
-"
-  doctitlefr = "Quatuor à cordes, avec parties séparées"
-
-  lsrtags = "unfretted-strings, template"
-
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  texidoces = "
-El fragmento de código \"Plantilla de cuarteto de cuerda\" produce un
-resultado satisfactorio para el cuarteto, pero ¿y si tenemos que
-imprimir las particellas? Esta nueva plantilla muestra cómo usar la
-funcionalidad @code{\\tag} (etiqueta) para dividir fácilmente una
-pieza en particellas indicviduales.
-
-Tenemos que dividir esta plantilla en archivos independientes; los
-nombres de archivo están dentro de los comentarios al principio de
-cada archivo. @code{piece.ly} contiene todas las definiciones de
-música. Los otros archivos (@code{score.ly}, @code{vn1.ly},
-@code{vn2.ly}, @code{vla.ly} y @code{vlc.ly}) producen la particella
-correspondiente.
-
-¡No olvide quitar los comentarios que hemos especificado cuando use
-los archivos independientes!
-
-"
-  doctitlees = "Plantilla de cuarteto de cuerda con particellas independientes"
-  
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  texidocde = "
-Mit diesem Beispiel können Sie ein schönes Streichquartett notieren, 
-aber wie gehen Sie vor, wenn Sie Stimmen brauchen? Das Beispiel 
-oben hat gezeigt, wie Sie mit Variablen einzelne Abschnitte getrennt 
-voneinander notieren können. Im nächsten Beispiel wird nun 
-gezeigt, wie Sie mit diesen Variablen einzelne Stimmen erstellen.
-
-Sie müssen das Beispiel in einzelne Dateien aufteilen; die Dateinamen
-sind in den Kommentaren am Anfang jeder Datei enthalten.  @code{piece.ly}
-enthält die Noten. Die anderen Dateien -- @code{score.ly},
-@code{vn1.ly}, @code{vn2.ly}, @code{vla.ly} und
-@code{vlc.ly} -- erstellen daraus die entsprechenden Stimmen bzw. die 
-Partitur (@code{score.ly}). Mit @code{\tag} wird den Stimmen ein Name 
-zugewiesen, auf den zurückgegriffen werden kann.
-"
-
-  doctitlede = "Vorlage für Streichquartett mit einzelnen Stimmen"
-  
-%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
-  texidocja = "
-\"弦楽四重奏テンプレート\" は適切な弦楽四重奏の楽譜を作り出しますが、個々の@c
-パート譜を譜刻する必要がある場合はどうでしょうか?今度の新しいテンプレートは 
-@code{@bs{}tag} 機能を用いて容易に楽曲を個々のパートに分ける方法を示しています。
-
-このテンプレートは別々のファイルに分ける必要があります。ファイル名は各ファイル@c
-の開始部分のコメントの中に記述されています。@code{piece.ly} はすべての音楽定義@c
-を保持しています。他のファイル - @code{score.ly}, @code{vn1.ly}, @code{vn2.ly}, 
-@code{vla.ly} それに @code{vlc.ly} - は対応するパートを作り出します。
-
-
-別々のファイルに分ける場合は、指定されたコメントを外すことを忘れないでください!
-"
+  lsrtags = "preparing-parts, template, unfretted-strings"
 
   texidoc = "
-The \"String quartet template\" snippet produces a nice string quartet,
-but what if you needed to print parts? This new template demonstrates
-how to use the @code{\\tag} feature to easily split a piece into
-individual parts.
+The @qq{String quartet template} snippet produces a nice string
+quartet, but what if you needed to print parts? This new template
+demonstrates how to use the @code{\\tag} feature to easily split a
+piece into individual parts.
 
 You need to split this template into separate files; the filenames are
 contained in comments at the beginning of each file. @code{piece.ly}
@@ -94,7 +22,7 @@ contains all the music definitions. The other files – @code{score.ly},
 produce the appropriate part.
 
 
-Do not forget to remove specified comments when using separate files! 
+Do not forget to remove specified comments when using separate files!
 
 "
   doctitle = "String quartet template with separate parts"
@@ -149,8 +77,8 @@ music = {
 %%%%% score.ly
 %%%%% (This is the main file)
 
-
-%\include "piece.ly"             %%% uncomment this line when using a separate file
+%%% uncomment the line below when using a separate file
+%\include "piece.ly"
 #(set-global-staff-size 14)
 \score {
   \new StaffGroup \keepWithTag #'score \music
@@ -201,4 +129,3 @@ music = {
 }
 
 %}
-