From: Trevor Daniels Date: Thu, 19 Aug 2010 08:33:23 +0000 (+0100) Subject: Docs: Hymn template: ragged-bottom not needed X-Git-Tag: release/2.13.31-1~41 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=64b92acf8f1f7624ae6fefc1cc7bff872d0d4fda;p=lilypond.git Docs: Hymn template: ragged-bottom not needed --- diff --git a/Documentation/snippets/hymn-template.ly b/Documentation/snippets/hymn-template.ly index a9b37b8cff..1a6e8233f4 100644 --- a/Documentation/snippets/hymn-template.ly +++ b/Documentation/snippets/hymn-template.ly @@ -102,5 +102,4 @@ global = { \paper { % Start paper block indent = 0 % don't indent first system line-width = 130 % shorten line length to suit music - ragged-bottom = ##f % don't justify systems on page } % End paper block diff --git a/Documentation/snippets/new/hymn-template.ly b/Documentation/snippets/new/hymn-template.ly index b638572abb..89527f652b 100644 --- a/Documentation/snippets/new/hymn-template.ly +++ b/Documentation/snippets/new/hymn-template.ly @@ -97,5 +97,4 @@ global = { \paper { % Start paper block indent = 0 % don't indent first system line-width = 130 % shorten line length to suit music - ragged-bottom = ##f % don't justify systems on page } % End paper block