]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/string-quartet-template-simple.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / string-quartet-template-simple.ly
index ccfc65d2f66c5e965b6a5f9125a265a0553576c9..fa591480f2f734398a8ec2f0345cbf75bb2dae06 100644 (file)
@@ -1,40 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.10"
+\version "2.14.2"
 
 \header {
-  lsrtags = "unfretted-strings, template"
-
-%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5
-  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: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
-  texidocja = "
-これは簡単な弦楽四重奏のためのテンプレートです。これは拍子記号と調号のために
-@code{@bs{}global} セクションを使っています。
-"
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  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: 892286cbfdbe89420b8181975032ea975e79d2f5
-  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, unfretted-strings, template"
 
   texidoc = "
 This template demonstrates a simple string quartet. It also uses a
@@ -44,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
@@ -97,4 +71,3 @@ cello = \new Voice \relative c' {
   \layout { }
   \midi { }
 }
-