lilypond-devel
[Top][All Lists]
Advanced

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

another two octavation problems


From: Werner LEMBERG
Subject: another two octavation problems
Date: Fri, 16 Jan 2004 09:46:55 +0100 (CET)

Ha, found another two bugs :-)


    Werner


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

%
% This file shows two problems with octavation in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . There are three different horizontal start positions of the `8'.  The
%   first line and the second line is correct, the third line wrong.  It
%   should be the same as in the second line.
%
% . The octavation in the fourth line is incorrectly offset to the right.
%   It seems as if the `8' is horizontally positioned at the stem position
%   which is wrong.  It has to be placed relative to the leftmost note head
%   of a chord.

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

\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]