lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3878 in lilypond: MIDI lyrics start at 0 even


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3878 in lilypond: MIDI lyrics start at 0 even when music doesn't
Date: Mon, 24 Mar 2014 18:49:16 +0000


Comment #27 on issue 3878 by address@hidden: MIDI lyrics start at 0 even when music doesn't
http://code.google.com/p/lilypond/issues/detail?id=3878

a) Rounding isn't a problem, since moment_to_ticks rounds the same way every time and there's no repeated rounding. b) Yes, empty staves change the start time if they emit Audio_items, e.g. << \new Staff { \grace r8 } \new Staff { b'2 } >> starts at 0G-1/8. I think trying to ignore empty staves would be more surprising. c) Skipped music is already missing from the Performance, so the midi starts at the first Audio_item that's not skipped. (But skipTypesetting does strange things near grace notes. I suppose this is another manifestation of issue 1543 and issue 2120.)

the implementation is basically independent from the previous faulty one.

Yeah, all it has in common is the comment about negative ticks.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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