2015-05-03 12:57 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > 2015-05-03 12:24 GMT+02:00 Phil Holmes <m...@philholmes.net>: >> As a general suggestion, could I suggest you check the output from LilyPond >> and get rid of the errors shown prior to asking here? >> >> -- >> Phil Holmes >> >> >> >> ----- Original Message ----- >> From: MING TSANG >> To: Lilypond-user Mailinglist >> Sent: Sunday, May 03, 2015 2:47 AM >> Subject: no score displayed >> >> Hi, lilyponders, >> >> I code first 9 bars of solo + piano - strange : no notes displayed when >> compile. >> >> Please refer to .png and .ly. I am running v2.19.19 >> I switch v2.18.2 - I encounter the same result. >> >> Immanuel, >> Ming > > Hi Ming, > > please read > http://www.lilypond.org/doc/v2.19/Documentation/usage/troubleshooting > and then reread it. > Same with: > http://www.lilypond.org/doc/v2.19/Documentation/usage/troubleshooting
c/p error, should read: http://lilypond.org/tiny-examples.html > > Do exactly as adviced. > You would have seen the problem is not in > \header > -> delete it > \layout > -> delete it > \with-Blocks > delete them > \paper > ->delete it > \midi > -> delete it > \global > -> delete it > to get a smaller example > > To get a tiny example reduce/delete all variables to the really needed > amount for demonstrating the problem. > > Having done this annoying work for you the problem can be shown with: > > \version "2.19.18" > > << > \new Staff { r1 r1 c''1 } > \addlyrics { "Lyrics" } > \new Staff { c''1 } >>> > > > Obviously a problem of prematurely dying context in sort of relation > with \addlyrics > > > May be a bug, please report it. > > For now do: > > > \version "2.19.18" > > << > \new Staff \new Voice = "v" { r1 r1 c''1 } > \new Lyrics \lyricsto "v" { "Lyrics" } > \new Staff { c''1 } >>> > > > > -Harm _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user