lilypond-devel
[Top][All Lists]
Advanced

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

harmonic note head problems


From: Werner LEMBERG
Subject: harmonic note head problems
Date: Fri, 16 Jan 2004 17:01:19 +0100 (CET)

See below for a new bug report...

BTW, the file `note-head-style.ly' sucks.  About the half of the data
doesn't print.


    Werner


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

%
% This file shows problems with harmonic notes in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . Stems for harmonic notes are treated similarly to mensural notation,
%   which is wrong.  The handling of stems for harmonic notes must be
%   completely identical to normal note heads.

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

\score {
  \context Voice \notes {
    << { c''4 }
       \new Thread
       {
\property Thread.NoteHead \set #'style = #'harmonic
         f''4 } >>
  }

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

% EOF

PNG image


reply via email to

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