X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fforcing-measure-width-to-adapt-to-metronomemarks-width.ly;h=10a95c5417938be7a52eaf2e2173db396c71e982;hb=5acdb37da47bf85c010e072b6e0dcdd1dfaf9c1f;hp=7a9f769fc464d272549b9407ba8d6558017522d4;hpb=d0b51cc48c2d66efbd1cbdc682dd622e7a2a93f9;p=lilypond.git diff --git a/Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly b/Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly index 7a9f769fc4..10a95c5417 100644 --- a/Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly +++ b/Documentation/snippets/forcing-measure-width-to-adapt-to-metronomemarks-width.ly @@ -1,26 +1,23 @@ %% 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.25" +\version "2.18.0" \header { lsrtags = "staff-notation, workaround" texidoc = " -By default, metronome marks do not influence horizontal spacing. This -has one downside: when using compressed rests, some metronome marks may -be too close and therefore are printed vertically stacked, as -demonstrated in the first part of this example. This can be solved -through a simple override, as shown in the second half of the example. +By default, metronome marks do not influence horizontal spacing. This +can be solved 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 @@ -32,12 +29,9 @@ example = { { \compressFullBarRests - \example - R1 R1 - - \override Score.MetronomeMark.extra-spacing-width = #'(0 . 0) + \override Score.MetronomeMark.extra-spacing-width = #'(-3 . 0) \example }