]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/jazz-combo-template.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / jazz-combo-template.ly
index a3777d58969e7aa67acab95b200b55f68ada7daa..41b62e581ff0086af5a70f3bbd5dac07dd7d634d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.20"
+\version "2.17.30"
 
 \header {
   lsrtags = "keyboards, percussion, fretted-strings, template, real-music"
@@ -34,11 +34,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