%
% This file shows a problem with broken slurs in staves having different
% sizes in lilypond CVS 2004-03-23 21:42 MET.
%
% . The starting point of the continuation of a broken slur is offset
%   too far to the left in the smaller staff.

\version "2.1.34"

\score {
  <<
    \new Staff \with {
      fontSize = #-4
      \override StaffSymbol #'staff-space = #(magstep -4)
    }
    \notes \relative c' {
      c''4 b8[ a] g[( f e d] | \break
      c1)
    }
    \new Staff
    \notes \relative c' {
      c''4 b8[ a] g[( f e d] | \break
      c1) |
    }
  >>

  \paper {
    indent = 0.0\mm
    linewidth = 50.0\mm
  }
}

% EOF

<<inline: slur.png>>

_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to