]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/string-quartet-template-simple.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / string-quartet-template-simple.ly
index fb0ffe98a99404384a4ff62b677e23276047ca4a..af78c3895ddcf242d4cd366c7222b5b129f9b12c 100644 (file)
@@ -4,54 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-%% Translation of GIT committish: 4077120c18ac1dc490501b3d7d5886bc93e61a42
-  texidocit = "
-Questo modello presenta un semplice quartetto d'archi. Impiega anche una
-sezione @code{\\global} per definire il tempo e l'armatura di chiave.
-
-"
-  doctitleit = "Modello per quartetto d'archi (semplice)"
-
-  lsrtags = "unfretted-strings, template"
-
-
-
-
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-Esta plantilla muestra un cuarteto de cuerda normal. También utiliza
-una sección @code{\\global} para el compás y la armadura
-
-"
-  doctitlees = "Plantilla de cuarteto de cuerda (sencilla)"
-
-
-%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86
-  texidocja = "
-これは簡単な弦楽四重奏のためのテンプレートです。これは拍子記号と調号のために
-@code{@bs{}global} セクションを使っています。
-"
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Dieses Beispiel demonstriert die Partitur für ein Streichquartett. Hier
-wird auch eine @qq{@code{\\global}}-Variable für Taktart und
-Vorzeichen benutzt.
-"
-
-  doctitlede = "Vorlage für Streichquartett (einfach)"
-
-
-%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a
-  texidocfr = "
-Voici un canevas pour quatuor à cordes.  Notez l'utilisation de la
-variable @code{\\global} pour traiter la métrique et la tonalité.
-
-"
-  doctitlefr = "Quatuor à cordes (conducteur)"
+  lsrtags = "really-simple, template, unfretted-strings"
 
   texidoc = "
 This template demonstrates a simple string quartet. It also uses a
@@ -61,6 +17,7 @@ This template demonstrates a simple string quartet. It also uses a
   doctitle = "String quartet template (simple)"
 } % begin verbatim
 
+
 global= {
   \time 4/4
   \key c \major
@@ -114,4 +71,3 @@ cello = \new Voice \relative c' {
   \layout { }
   \midi { }
 }
-