1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
7 lsrtags = "unfretted-strings, template"
9 %% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
11 Esta plantilla muestra un cuarteto de cuerda normal. También utiliza
12 una sección @code{\\global} para el compás y la armadura
15 doctitlees = "Plantilla de cuarteto de cuerda (sencilla)"
17 %% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86
19 これは簡単な弦楽四重奏のためのテンプレートです。これは拍子記号と調号のために
20 @code{@bs{}global} セクションを使っています。
22 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
24 Dieses Beispiel demonstriert die Partitur für ein Streichquartett. Hier
25 wird auch eine @qq{@code{\global}}-Variable für Taktart und
29 doctitlede = "Vorlage für Streichquartett (einfach)"
31 %% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a
33 Voici un canevas pour quatuor à cordes. Notez l'utilisation de la
34 variable @code{\\global} pour traiter la métrique et la tonalité.
37 doctitlefr = "Quatuor à cordes (conducteur)"
40 This template demonstrates a simple string quartet. It also uses a
41 @code{\\global} section for time and key signatures
44 doctitle = "String quartet template (simple)"
52 violinOne = \new Voice \relative c'' {
53 \set Staff.instrumentName = #"Violin 1 "
61 violinTwo = \new Voice \relative c'' {
62 \set Staff.instrumentName = #"Violin 2 "
70 viola = \new Voice \relative c' {
71 \set Staff.instrumentName = #"Viola "
80 cello = \new Voice \relative c' {
81 \set Staff.instrumentName = #"Cello "
92 \new Staff << \global \violinOne >>
93 \new Staff << \global \violinTwo >>
94 \new Staff << \global \viola >>
95 \new Staff << \global \cello >>