]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly
Doc-fr: Updates Extending
[lilypond.git] / Documentation / snippets / forcing-measure-width-to-adapt-to-metronomemarks-width.ly
index 830a03c6b1ed823bc52f2faaf5708e7fea6e8bef..244eefef50812637844cdd2bf70420ef47fd75a4 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
-  lsrtags = "workaround, staff-notation"
+  lsrtags = "staff-notation, workaround"
 
   texidoc = "
 By default, metronome marks do not influence horizontal spacing.  This
@@ -38,7 +38,6 @@ example = {
   R1
   R1
 
-  \override Score.MetronomeMark #'extra-spacing-width = #'(0 . 0)
+  \override Score.MetronomeMark.extra-spacing-width = #'(0 . 0)
   \example
 }
-