X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fstring-quartet-template-simple.ly;h=db2ca7ed917193c6943acea18815c2f9ad2bc120;hb=b067abe33b7eae2794f165a064e5af35e7f6d317;hp=fa2c2acdf7dc01fe886932f95773c0267d375741;hpb=70ff1f9ec002479b4b34e6e470c0e479d6060a57;p=lilypond.git diff --git a/Documentation/snippets/string-quartet-template-simple.ly b/Documentation/snippets/string-quartet-template-simple.ly index fa2c2acdf7..db2ca7ed91 100644 --- a/Documentation/snippets/string-quartet-template-simple.ly +++ b/Documentation/snippets/string-quartet-template-simple.ly @@ -1,12 +1,12 @@ %% 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.4" +\version "2.13.29" \header { lsrtags = "unfretted-strings, template" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b texidoces = " Esta plantilla muestra un cuarteto de cuerda normal. También utiliza una sección @code{\\global} para el compás y la armadura @@ -14,14 +14,12 @@ una sección @code{\\global} para el compás y la armadura " doctitlees = "Plantilla de cuarteto de cuerda (sencilla)" - -%% Translation of GIT committish: 06d99c3c9ad1c3472277b4eafd7761c4aadb84ae +%% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 texidocja = " これは簡単な弦楽四重奏のためのテンプレートです。これは拍子記号と調号のために @code{@bs{}global} セクションを使っています。 " - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d +%% 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 @@ -30,8 +28,7 @@ Vorzeichen benutzt. doctitlede = "Vorlage für Streichquartett (einfach)" - -%% Translation of GIT committish: 892286cbfdbe89420b8181975032ea975e79d2f5 +%% 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é. @@ -54,39 +51,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 "|." }