lilypond-auto
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: [Lilypond-auto] Issue 3878 in lilypond: MIDI lyrics start at 0 even when music doesn't
Date: Thu, 06 Mar 2014 10:05:13 +0000

Status: Accepted
Owner: ----
CC: address@hidden
Labels: Type-Defect Regression

New 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

\score {
  <<
    \new Staff { r1 c' }
    \addlyrics { Hi! }
    \new Staff { g' r1 }
  >>
  \layout {}
  \midi {}
}
produced the following output (with lilymidi --pretty) for 2.16.2:
Filename:     /tmp/badmidi.midi
MIDI format:  1 (one or more simultaneous tracks)
Divisions:    1536 per whole note
#Tracks:      4

Track 1:
    Time 0:
        Track name: control track
        Text:       creator:
        Text:       GNU LilyPond 2.16.2
        Time signature: 4/4, metronome 3/16
        Tempo:      1000000 msec/quarter
        End of Track

Track 2:
    Time 0:
        Note on: Channel 0, G4(67)
    Time 1536:
        Note off: Channel 0, G4(67)
        End of Track

Track 3:
    Time 0:
    Time 1536:
        Track name: :uniqueContext0
        Note on: Channel 1, C4(60)
    Time 3072:
        Note off: Channel 1, C4(60)
        End of Track

Track 4:
    Time 0:
    Time 1536:
        Lyric:      Hi!
        End of Track

With current master, it produces
Filename:     /tmp/badmidi.midi
MIDI format:  1 (one or more simultaneous tracks)
Divisions:    1536 per whole note
#Tracks:      4

Track 1:
    Time 0:
        Track name: control track
        Text:       creator:
        Text:       GNU LilyPond 2.19.4
        Time signature: 4/4, metronome 3/16
        Tempo:      1000000 msec/quarter
        End of Track

Track 2:
    Time 0:
        Track name: :uniqueContext0
        Control mode change: 0, 7100
    Time 1536:
        Note on: Channel 0, C4(60)
    Time 3072:
        Note off: Channel 0, C4(60)
        End of Track

Track 3:
    Time 0:
        Control mode change: 1, 7100
        Note on: Channel 1, G4(67)
    Time 1536:
        Note off: Channel 1, G4(67)
        End of Track

Track 4:
    Time 0:
        Lyric:      Hi!
        End of Track

Which mistimes the lyrics to the start of music. 2.18 is not affected, so this is not currently critical.

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