]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spacing-spanner.cc
* lily/script-engraver.cc (make_script_from_event): don't crash on
[lilypond.git] / lily / spacing-spanner.cc
index 996d2caf80d9e4705f1b5dd12b7533495cc381b6..83902679d2d19dfa25611759373f15d2b1c0fdd9 100644 (file)
@@ -873,6 +873,27 @@ Spacing_spanner::note_spacing (Grob*me, Grob *lc, Grob *rc,
        when toying with mmrests, it is possible to have musical
        column on the left and non-musical on the right, spanning
        several measures.
+
+       In 2.0.1, this still fucks up in an interesting way:
+
+       
+\score {
+{      \property Score.skipBars = ##t
+       \context Staff = clarinet
+           { 
+               \notes {
+               \time 3/4 \mark "72"
+<< s1*0^"all"          R4*3*11 >>
+               \mark "73"
+               R4*3*11 \mark "74"
+       d2 r4
+
+
+               }}}
+    \paper { raggedright = ##t }
+}
+
+       
        */
       
       Moment *dt = unsmob_moment (rc->get_grob_property ("measure-length"));