]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / forcing-measure-width-to-adapt-to-metronomemarks-width.ly
index 217c235be48ceb62e3ed34cba6ea50fc87e6bbcb..244eefef50812637844cdd2bf70420ef47fd75a4 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "staff-notation, workaround"
@@ -38,6 +38,6 @@ example = {
   R1
   R1
 
-  \override Score.MetronomeMark #'extra-spacing-width = #'(0 . 0)
+  \override Score.MetronomeMark.extra-spacing-width = #'(0 . 0)
   \example
 }