]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/stemlets.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / stemlets.ly
index c01c454502e9a8a184801a1ad303fcb038cf6e48..5627d94e598dce20384954de7b0e839864a705cd 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.29"
+\version "2.14.2"
 
 \header {
-  lsrtags = "rhythms"
+  lsrtags = "rhythms, contemporary-notation"
 
   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 }
 
 {
@@ -41,4 +45,3 @@ the different notations.
   \once \override Rest #'transparent = ##t
   r16 d']
 }
-