]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix snippets compilation
authorJohn Mandereau <john.mandereau@gmail.com>
Sat, 23 Feb 2008 11:06:30 +0000 (12:06 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Sat, 23 Feb 2008 11:06:30 +0000 (12:06 +0100)
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
input/new/incipit.ly

index 8cb264ce96b5569ff2cdfd917bc349b2dcb59fd9..1d9f3f3be9cce8c641d450d08fd8f7c466d6c4ee 100644 (file)
@@ -261,4 +261,4 @@ bassusLyrics = \lyricmode {
     indent=6\cm
     incipit-width = 4\cm
   }
-}
\ No newline at end of file
+}
index 6710d998c8975ec87794a88f4fb65571589e30ea..42361e66e1f52fca6fc480df9084b18b9ae5850a 100644 (file)
@@ -259,4 +259,4 @@ bassusLyrics = \lyricmode {
     indent=6\cm
     incipit-width = 4\cm
   }
-}
\ No newline at end of file
+}