]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly
Cherry-pick set-global-fonts function from upstream to scm/font.scm
[lilypond.git] / Documentation / snippets / forcing-measure-width-to-adapt-to-metronomemarks-width.ly
index 8489671c05df8ca5acf6fadacea69f8ae5e19fbb..244eefef50812637844cdd2bf70420ef47fd75a4 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.17.6"
 
 \header {
-  lsrtags = "staff-notation"
+  lsrtags = "staff-notation, workaround"
 
   texidoc = "
 By default, metronome marks do not influence horizontal spacing.  This
@@ -20,6 +20,7 @@ through a simple override, as shown in the second half of the example.
   doctitle = "Forcing measure width to adapt to MetronomeMark's width"
 } % begin verbatim
 
+
 example = {
   \tempo "Allegro"
   R1*6
@@ -37,7 +38,6 @@ example = {
   R1
   R1
 
-  \override Score.MetronomeMark #'extra-spacing-width = #'(0 . 0)
+  \override Score.MetronomeMark.extra-spacing-width = #'(0 . 0)
   \example
 }
-