]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/merging-multi-measure-rests-in-a-polyphonic-part.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / Documentation / snippets / merging-multi-measure-rests-in-a-polyphonic-part.ly
index 1d05f6157242ad705f1cbb7d9271281a9c6f74c1..7d4be06b8690d957861b79c9c6770af8ec0eb9d3 100644 (file)
@@ -1,13 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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"
+\version "2.18.0"
 
 \header {
-  lsrtags = "version-specific, really-simple, rhythms"
+  lsrtags = "really-simple, rhythms, version-specific"
 
   texidoc = "
 When using multi-measure rests in a polyphonic staff, the rests will be
@@ -18,8 +18,7 @@ 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
 
 {
   <<
@@ -40,4 +39,3 @@ normalPos = \revert MultiMeasureRest #'staff-position
     }
   >>
 }
-