From 7ed7602a82aa06a8387237c36ebd11f5a329078e Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 8 Sep 2013 19:21:27 +0200 Subject: [PATCH] Run scripts/auxiliar/makelsr.py --- Documentation/snippets/positioning-multi-measure-rests.ly | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/snippets/positioning-multi-measure-rests.ly b/Documentation/snippets/positioning-multi-measure-rests.ly index 34c688c71b..b32e5b9a51 100644 --- a/Documentation/snippets/positioning-multi-measure-rests.ly +++ b/Documentation/snippets/positioning-multi-measure-rests.ly @@ -4,8 +4,8 @@ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. -%% Note: this file works from version 2.17.6 -\version "2.17.6" +%% Note: this file works from version 2.17.18 +\version "2.17.18" \header { lsrtags = "rhythms, tweaks-and-overrides" @@ -58,10 +58,10 @@ follows: % in all voices to avoid multiple instances being printed \compressFullBarRests << - \revert MultiMeasureRest.staff-position + \revert MultiMeasureRest.direction { R1*3 } \\ - \revert MultiMeasureRest.staff-position + \revert MultiMeasureRest.direction { R1*3 } >> } -- 2.39.2