]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/stemlets.ly
Doc: NR Typo in NR 1.5.2 - collision resolution
[lilypond.git] / Documentation / snippets / stemlets.ly
index f3cdcd26a2f2f662dcc0f5dbac9a3bce16356d5f..a05b2427681d2edc91f5a5035bd57df3462dcc13 100644 (file)
@@ -1,7 +1,7 @@
 %% 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.4"
+\version "2.13.20"
 
 \header {
   lsrtags = "rhythms"
@@ -37,7 +37,8 @@ the different notations.
   \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']
 }
 
-