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, 17 Mar 2014 19:38:22 +0000


Comment #19 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

Regarding comment #19:

Is midiOffset useful? I think users trying to synchronize MIDI from multiple scores would find it more obvious to simply add rests: { \grace s4 ... } or << {...} \grace s4 >> accomplish the same thing, and the latter can be done blindly whether or not there are already initial grace notes.

It would be simpler to start off the scores with a fixed \skip. The main advantage of midiOffset is that you can put it into one generic \midi block included in every score related to the project.

Being able to put this sort of synchronization info in a central \midi definition rather than into scores individually seems like the least error-prone option.

That does not preclude putting it into Score.xxx (via context definition in \midi block) when that makes sense, but makes it trickier to think about what

\score { \skip 4 \new Score { ...

should do. Not that skipTypesetting is in a much better situation with that case.


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