]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/jazz-combo-template.ly
Merge branch 'translation'
[lilypond.git] / Documentation / snippets / jazz-combo-template.ly
index 562d7769b1bbbb907b6a8119cdeb2e7b1eae998b..4f0570da2c59e251d2e7572876132ae3e775a3b3 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.17.20
-\version "2.17.20"
+%% Note: this file works from version 2.17.30
+\version "2.17.30"
 
 \header {
   lsrtags = "keyboards, percussion, fretted-strings, template, real-music"
@@ -42,11 +42,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