]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/text-headword.ly
LSR updates
[lilypond.git] / Documentation / snippets / text-headword.ly
index 05ec402058b58be71ed9e7544565c08f0ccf0224..052f60c0046afbd063c60e2a4a98b7cd578dc39a 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.6"
+\version "2.17.15"
 
 \header {
   lsrtags = "headword"
@@ -28,7 +28,7 @@ Text headword
   \context {
     \Score
     \override SpacingSpanner.base-shortest-duration =
-    #(ly:make-moment 1 20)
+    #(ly:make-moment 1/20)
   }
 }