X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fmerging-multi-measure-rests-in-a-polyphonic-part.ly;h=8cacc7ba9000e6a15a69f6224402366bda08a90a;hb=8ffecf6be17c6ec2ff87cf31873121a8cce29b09;hp=d44221e5d3deaf3d872fb1569c82e97f49454933;hpb=6019a1e8f0301c1c3bf86ccc92178d820f9c3784;p=lilypond.git diff --git a/Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly b/Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly index d44221e5d3..8cacc7ba90 100644 --- a/Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly +++ b/Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly @@ -1,10 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.13.29" +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.17.18 +\version "2.17.18" \header { - lsrtags = "rhythms" + lsrtags = "really-simple, rhythms, version-specific" texidoc = " When using multi-measure rests in a polyphonic staff, the rests will be @@ -15,7 +19,8 @@ can be printed on the same staff line, using the following setting. doctitle = "Merging multi-measure rests in a polyphonic part" } % begin verbatim -normalPos = \revert MultiMeasureRest #'staff-position + +normalPos = \revert MultiMeasureRest.direction { << @@ -36,4 +41,3 @@ normalPos = \revert MultiMeasureRest #'staff-position } >> } -