]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/jazz-combo-template.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / jazz-combo-template.ly
index ecfa7748bdc13e919798372793763d3d6d8479a0..17031b333b5178571882ad05350b5df1d10409b7 100644 (file)
@@ -5,7 +5,7 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.17.6
-\version "2.17.6"
+\version "2.17.20"
 
 \header {
   lsrtags = "keyboards, percussion, fretted-strings, template, real-music"
@@ -43,12 +43,10 @@ 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