]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/stemlets.ly
New version of LSR upgrade
[lilypond.git] / Documentation / snippets / stemlets.ly
index f3cdcd26a2f2f662dcc0f5dbac9a3bce16356d5f..f705093e174dd5a2d87bc7171e1ec46f1ffac95f 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.14.2"
 
 \header {
-  lsrtags = "rhythms"
+  lsrtags = "contemporary-notation, rhythms"
 
   texidoc = "
 In some notational conventions beams are allowed to extend over rests.
@@ -27,6 +30,7 @@ the different notations.
   doctitle = "Stemlets"
 } % begin verbatim
 
+
 \paper { ragged-right = ##f }
 
 {
@@ -37,7 +41,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']
 }
 
-