]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/keyboard-headword.ly
Issue 5167/7: markup-partial regtest: use \markup function assignment
[lilypond.git] / Documentation / snippets / keyboard-headword.ly
index ffc7a1e5626144b40adb7381d2a363fa604adf36..07d4f34ea1f01c2116cf5d6c7eef8a617efadd4e 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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.17.6"
+\version "2.18.0"
 
 \header {
   lsrtags = "headword"
@@ -31,7 +31,7 @@ fermataLong = \markup {
   \override #'(direction . 1)
   \override #'(baseline-skip . 2) {
     \dir-column {
-      \musicglyph #"scripts.ufermata"
+      \fermata
       \text \italic \center-align long
     }
   }