From: John Mandereau Date: Sat, 23 Feb 2008 11:06:30 +0000 (+0100) Subject: Fix snippets compilation X-Git-Tag: release/2.11.41-1~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=264e049dc57b3e83655b7d230171901d2bbc58ac;p=lilypond.git Fix snippets compilation lys quoted verbatim in Texinfo must always end with a newline, otherwise TeX fails when reading '@end verbatim' not at beginning of a line. Maybe lilypond-book could add a newline if necessary when writing @verbatim block, so we wouldn't have to worry about this any more. --- diff --git a/input/lsr/incipit.ly b/input/lsr/incipit.ly index 8cb264ce96..1d9f3f3be9 100644 --- a/input/lsr/incipit.ly +++ b/input/lsr/incipit.ly @@ -261,4 +261,4 @@ bassusLyrics = \lyricmode { indent=6\cm incipit-width = 4\cm } -} \ No newline at end of file +} diff --git a/input/new/incipit.ly b/input/new/incipit.ly index 6710d998c8..42361e66e1 100644 --- a/input/new/incipit.ly +++ b/input/new/incipit.ly @@ -259,4 +259,4 @@ bassusLyrics = \lyricmode { indent=6\cm incipit-width = 4\cm } -} \ No newline at end of file +}