]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/stemlets.ly
Merge branch 'lilypond/translation'
[lilypond.git] / Documentation / snippets / stemlets.ly
index f3cdcd26a2f2f662dcc0f5dbac9a3bce16356d5f..077427ea7dc97d5d87a50735776c8f61edd4b977 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.39"
 
 \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']
 }
 
-