lilypond-devel
[Top][All Lists]
Advanced

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

more on octavation


From: Werner LEMBERG
Subject: more on octavation
Date: Mon, 19 Jan 2004 07:37:41 +0100 (CET)

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

PNG image


reply via email to

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