]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/stemlets.ly
makelsr: update (with -d).
[lilypond.git] / Documentation / snippets / stemlets.ly
index 23b822cef155f0b18f5d1ad485f76f5e689bba7a..48e65e5f207b2494e5eb928a1eaca49ee0106b9d 100644 (file)
@@ -1,12 +1,13 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.12.2"
 
 \header {
   lsrtags = "rhythms"
 
   texidoc = "
-In some notational conventions beams are allowed to extend over rests. 
+In some notational conventions beams are allowed to extend over rests.
 Depending on preference, these beams may drop 'stemlets' to help the
 eye appreciate the rhythm better, and in some modern music the rest
 itself is omitted and only the stemlet remains.
@@ -20,7 +21,7 @@ are generated by overriding the @code{'stemlet-length} property of
 
 
 Some @code{\\markup} elements are included in the source to highlight
-the different notations. 
+the different notations.
 
 "
   doctitle = "Stemlets"
@@ -31,12 +32,13 @@ the different notations.
 {
   c'16^\markup { traditional } d' r f'
   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
-  
+
   c'16[^\markup { stemlets over rests } d' r f']
-  g'16[^\markup { stemlets and no rests } f' \once \override Rest #'transparent = ##t r d']
+  g'16[^\markup { stemlets and no rests } f'
+  \once \override Rest #'transparent = ##t
+  r16 d']
 }
 
-