lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

minor slur problem


From: Werner LEMBERG
Subject: minor slur problem
Date: Wed, 24 Mar 2004 14:26:10 +0100 (CET)

%
% 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

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]