OLD | NEW |
1 %% Do not edit this file; it is automatically | 1 %% Do not edit this file; it is automatically |
2 %% generated from LSR http://lsr.dsi.unimi.it | 2 %% generated from LSR http://lsr.dsi.unimi.it |
3 %% This file is in the public domain. | 3 %% This file is in the public domain. |
4 \version "2.13.20" | 4 \version "2.13.20" |
5 | 5 |
6 \header { | 6 \header { |
7 lsrtags = "vocal-music, keyboards, template" | 7 lsrtags = "vocal-music, keyboards, template" |
8 | 8 |
9 %% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7 | 9 %% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7 |
10 texidoces = " | 10 texidoces = " |
11 | 11 |
12 Esta plantilla añade una reducción de piano automática a la partitura | 12 Esta plantilla añade una reducción de piano automática a la partitura |
13 vocal SATB estándar que se mostró en la @qq{Plantilla de conjunto | 13 vocal SATB estándar que se mostró en la @qq{Plantilla de conjunto |
14 vocal}. Esto presenta uno de los puntos fuertes de LilyPond: podemos | 14 vocal}. Esto presenta uno de los puntos fuertes de LilyPond: podemos |
15 usar una definición de música más de una vez. Si se hace cualquier | 15 usar una definición de música más de una vez. Si se hace cualquier |
16 cambio en las notas de la parte vocal (digamos @code{tenorMusic}), | 16 cambio en las notas de la parte vocal (digamos @code{tenorMusic}), |
17 entonces los cambios se aplicarán también a la reducción de piano. | 17 entonces los cambios se aplicarán también a la reducción de piano. |
18 | 18 |
19 " | 19 " |
20 doctitlees = "Plantilla de conjunto vocal con reducción de piano automática" | 20 doctitlees = "Plantilla de conjunto vocal con reducción de piano automática" |
21 | 21 |
22 | |
23 %% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 | 22 %% Translation of GIT committish: fa1aa6efe68346f465cfdb9565ffe35083797b86 |
24 texidocja = " | 23 texidocja = " |
25 このテンプレートは、\"合唱テンプレート\"で示された標準の SATB ボーカル譜に自動@c | 24 このテンプレートは、\"合唱テンプレート\"で示された標準の SATB ボーカル譜に自動@c |
26 ピアノ譜を付け加えています。これは LilyPond の強みの 1 つを示しています - 音楽@c | 25 ピアノ譜を付け加えています。これは LilyPond の強みの 1 つを示しています - 音楽@c |
27 定義を何回も使用することができます。ボーカルの音符 (例えば、@code{tenorMusic} | 26 定義を何回も使用することができます。ボーカルの音符 (例えば、@code{tenorMusic} |
28 の音符) に変更が加えられた場合、その変更はピアノ譜にも適用されます。 | 27 の音符) に変更が加えられた場合、その変更はピアノ譜にも適用されます。 |
29 " | 28 " |
30 | |
31 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 | 29 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 |
32 texidocde = " | 30 texidocde = " |
33 In diesem Beispiel wird ein automatischer Klavierauszug zu der | 31 In diesem Beispiel wird ein automatischer Klavierauszug zu der |
34 Chorpartitur hinzugefügt. Das zeigt eine der Stärken von LilyPond | 32 Chorpartitur hinzugefügt. Das zeigt eine der Stärken von LilyPond |
35 -- man kann eine Variable mehr als einmal benutzen. Wenn Sie | 33 -- man kann eine Variable mehr als einmal benutzen. Wenn Sie |
36 irgendeine Änderung an einer Chorstimme vornehmen, (etwa | 34 irgendeine Änderung an einer Chorstimme vornehmen, (etwa |
37 tenorMusic), verändert sich auch der Klavierauszug entsprechend. | 35 tenorMusic), verändert sich auch der Klavierauszug entsprechend. |
38 " | 36 " |
39 | 37 |
40 | |
41 %% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a | 38 %% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a |
42 texidocfr = " | 39 texidocfr = " |
43 Ce canevas ajoute une réduction pour piano à une partition standard pour | 40 Ce canevas ajoute une réduction pour piano à une partition standard pour |
44 chœur à quatre voix mixtes. Ceci illustre l'un des avantages de | 41 chœur à quatre voix mixtes. Ceci illustre l'un des avantages de |
45 LilyPond : une expression musicale peut être réutilisée sans effort. | 42 LilyPond : une expression musicale peut être réutilisée sans effort. |
46 Toute modification apportée à l'une des voix, mettons @code{tenorMusique}, | 43 Toute modification apportée à l'une des voix, mettons @code{tenorMusique}, |
47 sera automatiquement reportée dans la réduction pour piano. | 44 sera automatiquement reportée dans la réduction pour piano. |
48 | 45 |
49 " | 46 " |
50 doctitlefr = "Ensemble vocal avec réduction pour piano" | 47 doctitlefr = "Ensemble vocal avec réduction pour piano" |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 \layout { | 131 \layout { |
135 \context { | 132 \context { |
136 % a little smaller so lyrics | 133 % a little smaller so lyrics |
137 % can be closer to the staff | 134 % can be closer to the staff |
138 \Staff | 135 \Staff |
139 \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3) | 136 \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3) |
140 } | 137 } |
141 } | 138 } |
142 } | 139 } |
143 | 140 |
OLD | NEW |