From 64b92acf8f1f7624ae6fefc1cc7bff872d0d4fda Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Thu, 19 Aug 2010 09:33:23 +0100 Subject: [PATCH] Docs: Hymn template: ragged-bottom not needed --- Documentation/snippets/hymn-template.ly | 1 - Documentation/snippets/new/hymn-template.ly | 1 - 2 files changed, 2 deletions(-) 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 -- 2.39.5