]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/stemlets.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / snippets / stemlets.ly
index 759f0d04784550daf23b0541176adde7e94e0983..ac56d35a9302091f2b5e8fc71c4bcecae2858030 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.10"
+\version "2.13.16"
 
 \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']
 }
 
-