]> 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 3f4f4c4b6cfb60f80929623486ab330506240594..5627d94e598dce20384954de7b0e839864a705cd 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
-  lsrtags = "rhythms"
+  lsrtags = "rhythms, contemporary-notation"
 
   texidoc = "
 In some notational conventions beams are allowed to extend over rests.
@@ -30,6 +30,7 @@ the different notations.
   doctitle = "Stemlets"
 } % begin verbatim
 
+
 \paper { ragged-right = ##f }
 
 {
@@ -44,4 +45,3 @@ the different notations.
   \once \override Rest #'transparent = ##t
   r16 d']
 }
-