]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/merging-multi-measure-rests-in-a-polyphonic-part.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / merging-multi-measure-rests-in-a-polyphonic-part.ly
index 476728e68dde141d7af9396672ae4ed6e0661255..c3ee0fcf950cdd56004e4c381e26ecae8346d3c0 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.11.62"
 
 \header {
   lsrtags = "rhythms"
@@ -16,10 +16,21 @@ can be printed on the same staff line, using the following setting.
 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
      }
   >>
 }