X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fmerging-multi-measure-rests-in-a-polyphonic-part.ly;h=6a4807ec958beb19346a4b55d524552d9571773a;hb=01df8ad908c92687d0c352e5ad5f067e52809423;hp=4ae2382b54fcff26a37498d239a7a81035ac7bb4;hpb=71243e9548e9146da4a90e6347dbca6430346be8;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 4ae2382b54..6a4807ec95 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,13 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.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.13.4" +\version "2.17.6" \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 +18,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.staff-position { << @@ -36,4 +40,3 @@ normalPos = \revert MultiMeasureRest #'staff-position } >> } -