]> 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 c976ace38729b39da2a1ece1c0f78f4419dbe241..70526faee37c5e20ad1590368266ec4d9abe8e39 100644 (file)
@@ -7,7 +7,7 @@
 \version "2.14.2"
 
 \header {
-  lsrtags = "editorial-annotations, fretted-strings, really-simple"
+  lsrtags = "fretted-strings, really-simple, editorial-annotations"
 
   texidoc = "
 Fingering instructions can be entered using a simple syntax.
@@ -20,4 +20,3 @@ Fingering instructions can be entered using a simple syntax.
 \relative c'' {
   c4-1 d-2 f-4 e-3
 }
-