]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly
Import snippets from LSR and delete initial batch in snippets/new
[lilypond.git] / Documentation / snippets / merging-multi-measure-rests-in-a-polyphonic-part.ly
index b15c40dd1fe194e0d555ae0cc7b50fd4147b74bd..8cacc7ba9000e6a15a69f6224402366bda08a90a 100644 (file)
@@ -1,22 +1,14 @@
-%% 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.14.2"
+% 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 = "really-simple, version-specific, rhythms"
-
-%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454
-  texidocfr = "
-Dans le cadre d'un portée polyphonique, les silences multimesures sont
-positionnés différemment selon la voix à laquelle ils appartiennent.
-Le réglage suivant permet néanmoins de les imprimer sur une même ligne.
-
-"
-  doctitlefr = "Fusion de silences multimesures dans une partie polyphonique"
+  lsrtags = "really-simple, rhythms, version-specific"
 
   texidoc = "
 When using multi-measure rests in a polyphonic staff, the rests will be
@@ -28,7 +20,7 @@ can be printed on the same staff line, using the following setting.
 } % begin verbatim
 
 
-normalPos = \revert MultiMeasureRest #'staff-position
+normalPos = \revert MultiMeasureRest.direction
 
 {
   <<
@@ -49,4 +41,3 @@ normalPos = \revert MultiMeasureRest #'staff-position
     }
   >>
 }
-