]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/jazz-combo-template.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / jazz-combo-template.ly
index 65f385cc06a5dbf35844c38326a1b73e4ab514c5..0b718d4a7aa3201388ff030835362969d9b40cae 100644 (file)
@@ -1,11 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.14.0"
 
 \header {
   lsrtags = "keyboards, percussion, fretted-strings, template"
 
-%% Translation of GIT committish: d35687993883eb31442009fc50d5ae063108bfa7
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
   texidoces = "
 Ésta es una plantilla bastante avanzada, para un conjunto de
 jazz. Observe que la notación de todos los instrumentos está en
@@ -15,18 +19,30 @@ dentro de una sección @code{\\transpose}.
 
 "
   doctitlees = "Plantilla para combo de jazz"
-  
-%% Translation of GIT committish: 17633f6b8681af86230aa84597fe7561e98c91d6
+
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
-Hier ist ein ziemlich kompliziertes Beispiel für ein Jazz-Ensemble. Achtung: 
-Alle Instrumente sind in @code{\key c \major} (C-Dur) notiert. Das bezieht sich 
-auf die klingende Musik: LilyPond transponiert die Tonart automatisch, wenn 
-sich die Noten innerhalb eines @code{\transpose}-Abschnitts befinden.
+Hier ist ein ziemlich kompliziertes Beispiel für ein Jazz-Ensemble. Achtung:
+Alle Instrumente sind in @code{\\key c \major} (C-Dur) notiert. Das bezieht sich
+auf die klingende Musik: LilyPond transponiert die Tonart automatisch, wenn
+sich die Noten innerhalb eines @code{\\transpose}-Abschnitts befinden.
 
 "
 
   doctitlede = "Vorlage für Jazz-Combo"
 
+%% Translation of GIT committish: bdfe3dc8175a2d7e9ea0800b5b04cfb68fe58a7a
+  texidocfr = "
+Bien que compliqué de prime abord, voici un canevas tout à fait indiqué
+pour les ensembles de jazz.  Vous noterez que tous les instruments sont
+notés en ut (@code{\\key c \major}), la tonalité de concert.  Les notes
+seront automatiquement transposée dès lors qu'elles seront inscrites
+dans une section @code{\\transpose}.
+
+"
+  doctitlefr = "Symboles de jazz"
+
   texidoc = "
 This is quite an advanced template, for a jazz ensemble. Note that all
 instruments are notated in @code{\\key c \\major}. This refers to the
@@ -210,7 +226,7 @@ PianoRH = {
 PianoLH = {
   \clef bass
   \global
-  \set Staff.midiInstrument = "acoustic grand"
+  \set Staff.midiInstrument = #"acoustic grand"
   <<
     \new Voice = "one" \lhUpper
     \new Voice = "two" \lhLower
@@ -273,7 +289,7 @@ drumContents = {
       \new Staff = "barisax" \bariSax
       \new Staff = "trombone" \trombone
     >>
-    
+
     \new StaffGroup = "rhythm" <<
       \new ChordNames = "chords" \gtrHarmony
       \new Staff = "guitar" \guitar
@@ -282,9 +298,8 @@ drumContents = {
       \new DrumStaff \drumContents
     >>
   >>
-  
   \layout {
-    \context { \RemoveEmptyStaffContext }
+    \context { \Staff \RemoveEmptyStaves }
     \context {
       \Score
       \override BarNumber #'padding = #3
@@ -292,7 +307,6 @@ drumContents = {
       skipBars = ##t
     }
   }
-  
   \midi { }
 }