Am Monday, 26. September 2011, 22:40:00 schrieb Nick Payne:
> I haven't been able to create a small example that gets the bogus
> warning in the log, but while trying to do so I managed to reproduce
> what looks like a related/similar problem.

Thanks a lot, it is your very problem (you just happen to have to b's in the 
first displayed measure, so the spurious tie can be applied without warning).

Attached is a minimal example of this bug. It seems that with showLastLength, 
a tie in the hidden parts will be carried over to the first displayed note!

Cheers,
Reinhold

PS: The console output of the example is:

reinhold@einstein:~/lilypond/lilypond$ LANGUAGE=C lilypond showlastlength-
tie.ly
GNU LilyPond 2.15.13
Processing `showlastlength-tie.ly'
Parsing...
Interpreting music... 
showlastlength-tie.ly:8:2: warning: unterminated tie
  
  b2 c
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `showlastlength-tie.ps'...
Converting to `./showlastlength-tie.pdf'...
Success: compilation successfully completed

-- 
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.15.12"

showLastLength = R1

\relative c'' {
  % This tie will be applied to the next measure, despite being hidden by showLastLength!
  e2~ e | 
  b2 c
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to