Hanwen,

thanks for fixing most of the octavation problems.  A bug remains.


    Werner


======================================================================

%
% This file shows a problem with octavation in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . There must be a minimum distance between the octavation line and the
%   topmost note, not taking into account the height of the closing
%   vertical dashed line.

\version "2.1.9"
\include "paper20.ly"

\score {
  \context Voice \notes \relative c'''' {
    #(set-octavation 1)
    c1 ~ | \break
    c1 ~ | c1 ~ | \break
    c1 ~ | c1 |
  }

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

% EOF

<<inline: octavation.png>>

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

Reply via email to