Andrew, Thomas, Phil, Brian & Martin:Thank you all for taking time to answer my
request. As few of you suggest this may be a bug, how do I report this to bug
list.
Phil: Thank you for your patience. I took your tiny sample demonstrating the
error and put them is two lily files. one for v2.18.2 and one for 2.19.19. I
also copy & paste the output log file into each .ly file. Also thank you for
the work around.
Brian: Thank you for pointing out the naked "8" in v2.18.2
Thomas: Thank you for the explanation about the rest at the beginning of a
staff .
Martin: Thank you for pointing out naked "8"
Andrew: Thank you for the info -- premature dying of context
Immanuel,Ming.
On Sunday, May 3, 2015 7:09 AM, Andrew Bernard <[email protected]>
wrote:
#yiv2230380195 body{font-family:Lucida Sans Unicode,
Arial;font-size:15px;}Hello Ming,
The rests at the start of the vocal music are the cause of your problem.
As Thomas says, this is a premature dying of the context - so there is nothing
to set against. Compiles fine on 2.19.19, apart from this issue.
I never set lyrics, so I would not really know, but this does sound like some
sort of a bug. But the workaround should be obvious.
Andrew.
On 3 May 2015 at 11:48:16, MING TSANG ([email protected]) wrote:
\version "2.18"
<<
\new Staff { r1 r1 c''1 }
\addlyrics { "v2-18" }
\new Staff { c''1 }
>>
%{
Starting lilypond-windows.exe 2.18.0 [test_no-note-displayed_v2-18.ly]...
Processing `K:/LILY_POND/lord-teach-me-how-to-pray/test_no-note-displayed_v2-18.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `test_no-note-displayed_v2-18.ps'...
Converting to `./test_no-note-displayed_v2-18.pdf'...
Success: compilation successfully completed
Completed successfully in 2.4".
%}
\version "2.19.19"
\markup "v2.19.19 ............"
<<
\new Staff { r1 r1 c''1 }
\addlyrics { "Lyrics" }
\new Staff { c''1 }
>>
%{
Starting lilypond-windows.exe 2.19.19 [test_no-note-displayed_v2-19-19.ly]...
Processing `K:/LILY_POND/lord-teach-me-how-to-pray/test_no-note-displayed_v2-19-19.ly'
Parsing...
Interpreting music...
K:/LILY_POND/lord-teach-me-how-to-pray/test_no-note-displayed_v2-19-19.ly:7:14: warning: cannot find Staff `uniqueContext0'
\addlyrics
{ "Lyrics" }
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `test_no-note-displayed_v2-19-19.ps'...
Converting to `./test_no-note-displayed_v2-19-19.pdf'...
Success: compilation successfully completed
Completed successfully in 1.7".
%}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user