]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/jazz-combo-template.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / jazz-combo-template.ly
index 17031b333b5178571882ad05350b5df1d10409b7..9d0dc82fc3e67ca9c83723ed7f4b5697ff6d34c7 100644 (file)
@@ -1,14 +1,13 @@
-% 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.17.6
-\version "2.17.20"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.18.0"
 
 \header {
-  lsrtags = "keyboards, percussion, fretted-strings, template, real-music"
+  lsrtags = "fretted-strings, keyboards, percussion, real-music, template"
 
   texidoc = "
 This is quite an advanced template, for a jazz ensemble. Note that all
@@ -20,7 +19,6 @@ music is within a @code{\\transpose} section.
   doctitle = "Jazz combo template"
 } % begin verbatim
 
-
 \header {
   title = "Song"
   subtitle = "(tune)"
@@ -34,7 +32,10 @@ music is within a @code{\\transpose} section.
     }
   }
 }
-
+% To make the example display in the documentation
+\paper {
+  paper-width = 130
+}
 %#(set-global-staff-size 16)
 \include "english.ly"
 
@@ -42,11 +43,11 @@ music is within a @code{\\transpose} section.
 
 sl = {
   \override NoteHead.style = #'slash
-  \override Stem.transparent = ##t
+  \hide Stem
 }
 nsl = {
   \revert NoteHead.style
-  \revert Stem.transparent
+  \undo \hide Stem
 }
 crOn = \override NoteHead.style = #'cross
 crOff = \revert NoteHead.style