]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-fingerings-to-a-score.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / adding-fingerings-to-a-score.ly
index c6eb77d4e298b10fce3ee2891ce1e42310ca87db..70526faee37c5e20ad1590368266ec4d9abe8e39 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 = "editorial-annotations, fretted-strings"
+  lsrtags = "fretted-strings, really-simple, editorial-annotations"
 
   texidoc = "
 Fingering instructions can be entered using a simple syntax.
@@ -13,7 +16,7 @@ Fingering instructions can be entered using a simple syntax.
   doctitle = "Adding fingerings to a score"
 } % begin verbatim
 
+
 \relative c'' {
   c4-1 d-2 f-4 e-3
 }
-