]> 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 3586b1c539dcc7d61630786bf0f0a4b3c9c3d291..0f1ea5e818083f822761679b8294ce1b7139aaec 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.20"
+\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']
 }