]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/different-time.ly
release: 1.5.47
[lilypond.git] / input / bugs / different-time.ly
index 8f329c68d802567a553a5fd7a610d824f4fd2094..32e44eff65f0517ee9581fa8578dc741c5df24ee 100644 (file)
@@ -1,6 +1,11 @@
+\version "1.3.148"
+
 \header {
-texidoc =" Spacing for one staff in polymetric music should
-be not hampered by a staff in another time signature.";
+texidoc = " Spacing for one staff in polymetric music should
+be not hampered by a staff in another time signature.
+
+FIXME example was broken at some point. 
+"
 }
 
 \score{
@@ -18,14 +23,14 @@ be not hampered by a staff in another time signature.";
         }
     > 
     \paper{
-       linewidth=-1.0;
+       linewidth=-1.0
        \translator {
            \ScoreContext
-           \remove Timing_engraver;
+           \remove Timing_engraver
        }
        \translator {
            \StaffContext
-           \consists Timing_engraver;
+           \consists Timing_engraver
        }
     }
 }