]> git.donarmstrong.com Git - lilypond.git/commit
Pango: concatenate multiple PangoLayoutLines.
authorPatrick McCarty <pnorcks@gmail.com>
Thu, 31 Dec 2009 23:27:09 +0000 (15:27 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 1 Jan 2010 00:04:24 +0000 (16:04 -0800)
commit577bbe783dd4e6abe72d90fd585cdcc445b30da6
treebb3704476ea6734360c07abe5488129ed0ff7366
parent6820f9019da98b4008cc58e5a5db82eb88a3772c
Pango: concatenate multiple PangoLayoutLines.

If single-line markup contains newlines (either UNIX or DOS style), we
still want the markup to be printed on a single line.

Since text assigned to a PangoLayout is split, if necessary, into
multiple PangoLayoutLine objects, we simply want to concatenate them
into a single line.
lily/pango-font.cc