Han-Wen,

we are getting nearer.  Again, thanks for your work on this.


    Werner


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


%
% This file shows problems with octavation in lilypond
% CVS 2004-01-18 23:13 MET.
%
% . The octavation in the fourth line misses vertical padding to the note
%   head.
%
% . A default horizontal offset to the right of the `8' should be
%   dependent on the length of the created octavation spanner.  With other
%   words, even if the octavation covers only a single note, we have to
%   see a bit of the horizontal octavation line and the closing vertical
%   dashed line.
%
% . The padding between the notes/staves and the ottava line must not take
%   into account the final vertical dashed line.

\version "2.1.12"

\score {
  \context Voice \notes {
    \clef treble
    #(set-octavation 1)
    \property Staff.ottavation = #"8"
    c''''1 | \break
    c''''1 | \break
    c''''1 | \break
    \clef bass
    #(set-octavation -1)
    \property Staff.ottavation = #"8"
    c,,16
  }

  \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