]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-fingerings-to-a-score.ly
Updates snippets from LSR
[lilypond.git] / Documentation / snippets / adding-fingerings-to-a-score.ly
index b48fdf52ba9ba4177f9ee6980dd77b0449a1b1a7..ebf55574e72c9112b984345c33a9420c42804cf9 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \header {
-  lsrtags = "editorial-annotations, fretted-strings"
+  lsrtags = "editorial-annotations, fretted-strings, really-simple"
 
   texidoc = "
 Fingering instructions can be entered using a simple syntax.
@@ -16,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
 }
-