]> 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 5627d94e598dce20384954de7b0e839864a705cd..0f1ea5e818083f822761679b8294ce1b7139aaec 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.30"
 
 \header {
-  lsrtags = "rhythms, contemporary-notation"
+  lsrtags = "contemporary-notation, rhythms"
 
   texidoc = "
 In some notational conventions beams are allowed to extend over rests.
@@ -38,10 +38,10 @@ the different notations.
   g'16[^\markup { beams over rests } f' r d']
 
   % N.B. use Score.Stem to set for the whole score.
-  \override Staff.Stem #'stemlet-length = #0.75
+  \override Staff.Stem.stemlet-length = #0.75
 
   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']
 }