|
From: | David Kastrup |
Subject: | Incompatible stem warnings may display nonsensic durations. |
Date: | Sun, 10 Apr 2011 18:54:12 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Patch at <URL:http://codereview.appspot.com/4390042> Check the warnings output from the regression test file in there: \version "2.13.59" \header { texidoc = " Combine several kinds of stems in parallel voices. " } \new Voice { \time 4/1 << c'\breve e'8 >> << c'8 e'\breve >> | << c'\longa e'1 >> | << c'1 e'\longa >> | << c'2 e'1 >> << c'1 e'2 >> << c'2 e'4 >> << c'4 e'2 >> << c'2 e'8 >> << c'8 e'2 >> } This results in warnings like incompatible-stem-warning.ly:12:25: warning: adding note head to incompatible stem (type = -2147483648) << c'\breve e'8 >> ... -- David Kastrup
[Prev in Thread] | Current Thread | [Next in Thread] |