]> 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 64f9bca8d2b76c9e42438fd1ca34bc4a53218747..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.64"
+\version "2.13.1"
 
 \header {
   lsrtags = "rhythms"
@@ -14,24 +14,25 @@ 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
-       R1
-       c''1
-       \normalPos
-       R1
-     }
-     \\
-     {
-       c'1
-       R1
-       c'1
-       \normalPos
-       R1
-     }
+      c''1
+      R1
+      c''1
+      \normalPos
+      R1
+    }
+    \\
+    {
+      c'1
+      R1
+      c'1
+      \normalPos
+      R1
+    }
   >>
 }
+