]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/string-quartet-template-simple.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / string-quartet-template-simple.ly
index d1ea2723c1110eda335fe039f62df10377dcfafb..83f3e8506312db826043de343c108c674d3a99c6 100644 (file)
@@ -1,30 +1,43 @@
-%% 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.39"
 
 \header {
   lsrtags = "unfretted-strings, template"
 
-%% Translation of GIT committish: d35687993883eb31442009fc50d5ae063108bfa7
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   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: 17633f6b8681af86230aa84597fe7561e98c91d6
-  
+
+
+%% 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 
+Dieses Beispiel demonstriert die Partitur für ein Streichquartett. Hier
+wird auch eine @qq{@code{\\global}}-Variable für Taktart und
 Vorzeichen benutzt.
 "
 
-%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae
-  texidocja = "
-これは簡単な弦楽四重奏のためのテンプレートです。これは拍子記号と調号のために 
-@code{@bs{}global} セクションを使っています。
+  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)"
 
   texidoc = "
 This template demonstrates a simple string quartet. It also uses a
@@ -41,39 +54,39 @@ global= {
 
 violinOne = \new Voice \relative c'' {
   \set Staff.instrumentName = #"Violin 1 "
-  
+
   c2 d
   e1
-  
+
   \bar "|."
 }
+
 violinTwo = \new Voice \relative c'' {
   \set Staff.instrumentName = #"Violin 2 "
-  
+
   g2 f
   e1
-  
+
   \bar "|."
 }
 
 viola = \new Voice \relative c' {
-  \set Staff.instrumentName = #"Viola "  
+  \set Staff.instrumentName = #"Viola "
   \clef alto
-  
+
   e2 d
   c1
-  
+
   \bar "|."
 }
 
 cello = \new Voice \relative c' {
   \set Staff.instrumentName = #"Cello "
   \clef bass
-  
+
   c2 b
   a1
-  
+
   \bar "|."
 }