]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/merging-multi-measure-rests-in-a-polyphonic-part.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / merging-multi-measure-rests-in-a-polyphonic-part.ly
index 081ff01c58ba6deb4c8912ab496689f3fe56809a..449164be3b8ac44351f2616975061ae34b54ebde 100644 (file)
@@ -14,24 +14,24 @@ 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
+    }
   >>
 }