--- /dev/null
+\version "1.3.148"
+\header{
+texidoc="separate staff-size is clumsy with \override.
+Also, it doesn't seem to work anymore."
+}
+
+\score {
+ \notes \relative c' < \context Voice {
+ \property Staff.staffSpace = #10
+ \property Staff.fontSize = #-1
+ \property Voice.fontSize = #-1
+
+ \property Voice . dynamicDirection = \up \stemDown
+%\key gis \major
+ c8 d [e f g a] b c \ff
+ }
+
+\context Staff = VB { \property Voice . dynamicDirection = \down c,,4 \ff c c c }
+
+>
+\paper { linewidth = -1. }
+}
+
--- /dev/null
+\version "1.3.148"
+\header{
+texidoc="what about this. -> regression?"
+}
+\score {
+\notes \relative c' <
+\context Staff = SA { c4. c8 \times 2/3 { [c8 c c] } }
+\context Staff = SB { c8 c c c c c }
+>
+
+\paper { linewidth = -1. }
+}