From 264e049dc57b3e83655b7d230171901d2bbc58ac Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sat, 23 Feb 2008 12:06:30 +0100 Subject: [PATCH] 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. --- input/lsr/incipit.ly | 2 +- input/new/incipit.ly | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.39.5