Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / lsr / string-quartet-template-simple.ly
blobbaf1360458249a04049ee62ef958a6deb4cd44de
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
5 \header {
6 lsrtags = "unfretted-strings, template"
8 texidoces = "
9 Esta plantilla muestra un cuarteto de cuerda normal. También utiliza
10 una sección @code{\\global} para el compás y la armadura
13 doctitlees = "Plantilla de cuarteto de cuerda (sencilla)"
15 texidocde = "
16 Dieses Beispiel demonstriert die Partitur für ein Streichquartett. Hier
17 wird auch eine @qq{@code{\global}}-Variable für Taktart und
18 Vorzeichen benutzt.
21 texidocja = "
22 これは簡単な弦楽四重奏のためのテンプレートです。これは拍子記号と調号のために
23 @code{@bs{}global} セクションを使っています。
26 texidoc = "
27 This template demonstrates a simple string quartet. It also uses a
28 @code{\\global} section for time and key signatures
31 doctitle = "String quartet template (simple)"
32 } % begin verbatim
34 global= {
35 \time 4/4
36 \key c \major
39 violinOne = \new Voice \relative c'' {
40 \set Staff.instrumentName = #"Violin 1 "
42 c2 d
45 \bar "|."
48 violinTwo = \new Voice \relative c'' {
49 \set Staff.instrumentName = #"Violin 2 "
51 g2 f
54 \bar "|."
57 viola = \new Voice \relative c' {
58 \set Staff.instrumentName = #"Viola "
59 \clef alto
61 e2 d
64 \bar "|."
67 cello = \new Voice \relative c' {
68 \set Staff.instrumentName = #"Cello "
69 \clef bass
71 c2 b
74 \bar "|."
77 \score {
78 \new StaffGroup <<
79 \new Staff << \global \violinOne >>
80 \new Staff << \global \violinTwo >>
81 \new Staff << \global \viola >>
82 \new Staff << \global \cello >>
84 \layout { }
85 \midi { }