]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / forcing-measure-width-to-adapt-to-metronomemarks-width.ly
index 8489671c05df8ca5acf6fadacea69f8ae5e19fbb..217c235be48ceb62e3ed34cba6ea50fc87e6bbcb 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.16.0"
 
 \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
@@ -40,4 +41,3 @@ example = {
   \override Score.MetronomeMark #'extra-spacing-width = #'(0 . 0)
   \example
 }
-