]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/jazz-combo-template.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / jazz-combo-template.ly
index c6839e5a8293a43c6cec696ce7eed943c3a4889d..e5ca557716728e16b525b58b9b0b6dad81d94041 100644 (file)
@@ -1,15 +1,14 @@
-%% 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.15.7"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.15.15
+\version "2.15.15"
 
 \header {
-  lsrtags = "keyboards, percussion, fretted-strings, template"
-
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Ésta es una plantilla bastante avanzada, para un conjunto de
 jazz. Observe que la notación de todos los instrumentos está en
@@ -21,7 +20,7 @@ dentro de una sección @code{\\transpose}.
   doctitlees = "Plantilla para combo de jazz"
 
 
-%% Translation of GIT committish: 514674cb00c18629242dfcde0c1a4976758adc56
+%% Translation of GIT committish: c3b519f0dd5ff0f8ccfc9a39ed1fe8df8b43741c
   texidocit = "
 Ecco un modello piuttosto complesso, per un gruppo jazz. Si noti che tutti
 gli strumenti sono in @code{\\key c \\major}. Si tratta della tonalità
@@ -53,6 +52,8 @@ dans une section @code{\\transpose}.
 "
   doctitlefr = "Symboles de jazz"
 
+  lsrtags = "keyboards, percussion, fretted-strings, template"
+
   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
@@ -63,6 +64,7 @@ music is within a @code{\\transpose} section.
   doctitle = "Jazz combo template"
 } % begin verbatim
 
+
 \header {
   title = "Song"
   subtitle = "(tune)"
@@ -85,10 +87,12 @@ music is within a @code{\\transpose} section.
 sl = {
   \override NoteHead #'style = #'slash
   \override Stem #'transparent = ##t
+  \override Flag #'transparent = ##t
 }
 nsl = {
   \revert NoteHead #'style
   \revert Stem #'transparent
+  \revert Flag #'transparent
 }
 crOn = \override NoteHead #'style = #'cross
 crOff = \revert NoteHead #'style