lilypond-devel
[Top][All Lists]
Advanced

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

octavation bug (continued)


From: Werner LEMBERG
Subject: octavation bug (continued)
Date: Fri, 16 Jan 2004 08:35:43 +0100 (CET)

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

PNG image


reply via email to

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