]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/pc-mmrest.ly
* lily/my-lily-lexer.cc (start_main_input): define input-file-name
[lilypond.git] / input / regression / pc-mmrest.ly
index 54335a8ff51b9cd006409a6c7c8309917546c991..4a638d47d962b88311d5dd9fb716f07ab16fcd18 100644 (file)
@@ -1,22 +1,27 @@
-\version "1.7.6"
+#(ly:set-option 'old-relative)
+\version "1.9.1"
 \header {
 texidoc="Multi measure rests of second voice should not disappear."
 }
 
 
+%{
+
+TODO:  what does this test? The contexts are tweaked too much.
+
+%}
+
 #(ly:set-point-and-click 'line-column)
 one = \notes\relative c'' {
 
-       f4 \!e-.-\f r2|
+       f4 e\!-.\f r2|
        R1|
-       f2-\p()es|
-       \property Voice.crescendoText = #'(lines " " "cresc." " ")
-       \property Voice.crescendoSpanner = #'dashed-line
+       f2\p(es )|
        d1\<|
        d1|
        d2 d2|
        d2 d2|
-       \!f1-\ff  |
+       f1\!\ff  |
        f1
 }
 
@@ -33,7 +38,7 @@ two = \notes \relative c'' {
        \context Voice=one \partcombine Voice
                \context Thread=one \one
                \context Thread=two \two
-    > ~
+    >
   >
   \paper {
     \translator {
@@ -47,7 +52,7 @@ two = \notes \relative c'' {
       \consists Bar_engraver
     }
     \translator {
-      \HaraKiriStaffContext
+      \RemoveEmptyStaffContext
       \remove Multi_measure_rest_engraver
       \remove Bar_engraver
     }
@@ -56,4 +61,4 @@ two = \notes \relative c'' {
       RestCollision \override #'maximum-rest-count = #1
     }
   }
-}%% new-chords-done %%
+}