]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/stemlets.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / Documentation / snippets / stemlets.ly
index 4bbd598a68c9776508f990b1a95e8870ce9463ff..0f1ea5e818083f822761679b8294ce1b7139aaec 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.25"
+\version "2.17.30"
 
 \header {
   lsrtags = "contemporary-notation, rhythms"
@@ -42,6 +42,6 @@ the different notations.
 
   c'16[^\markup { stemlets over rests } d' r f']
   g'16[^\markup { stemlets and no rests } f'
-  \once \override Rest.transparent = ##t
+  \once \hide Rest
   r16 d']
 }