]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/merging-multi-measure-rests-in-a-polyphonic-part.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / merging-multi-measure-rests-in-a-polyphonic-part.ly
index 476728e68dde141d7af9396672ae4ed6e0661255..018700c00cfaa910d813df089cb415257ccbd650 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.50"
+\version "2.13.1"
 
 \header {
   lsrtags = "rhythms"
@@ -13,13 +13,26 @@ 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
 
 {
-  << { 
-       c''1 R c'' \normalPos R 
-     } \\ {
-       c'   R c'  \normalPos R
-     }
+  <<
+    {
+      c''1
+      R1
+      c''1
+      \normalPos
+      R1
+    }
+    \\
+    {
+      c'1
+      R1
+      c'1
+      \normalPos
+      R1
+    }
   >>
 }
+