]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/string-number-extender-lines.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / string-number-extender-lines.ly
index 5beadf42d5be39512f4b3cbcebc3a40843c8e030..7064de1e66a28365b1c3749dd29cb05256ae7cf1 100644 (file)
@@ -1,9 +1,10 @@
-%% 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.
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.15.20
 \version "2.15.20"
 
 \header {
@@ -17,6 +18,7 @@ series of notes is supposed to be played all on the same string.
   doctitle = "String number extender lines"
 } % begin verbatim
 
+
 stringNumberSpanner =
 #(define-music-function (parser location StringNumber) (string?)
   #{
@@ -37,4 +39,3 @@ stringNumberSpanner =
   g\startTextSpan a
   bes4 a g2\stopTextSpan
 }
-