From: David Kastrup Date: Sun, 8 Sep 2013 17:21:27 +0000 (+0200) Subject: Run scripts/auxiliar/makelsr.py X-Git-Tag: release/2.17.27-1~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ed7602a82aa06a8387237c36ebd11f5a329078e;p=lilypond.git Run scripts/auxiliar/makelsr.py --- 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 } >> }