From 299fcc89465fd3cdad6c1f3e6ef8478f6a92e9f6 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 5 Sep 2004 20:58:45 +0000 Subject: [PATCH] release commit --- input/regression/grace-types.ly | 15 +++++++++------ input/regression/key-signature-cancellation.ly | 4 +++- input/regression/quote-cyclic.ly | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/input/regression/grace-types.ly b/input/regression/grace-types.ly index dba893ecfd..fc89fad98e 100644 --- a/input/regression/grace-types.ly +++ b/input/regression/grace-types.ly @@ -5,11 +5,14 @@ grace switches to smaller type, the appoggiatura inserts also a slur, and the acciaccatura inserts a slur and slashes the stem." } -\score { - \relative c'' { c4 \grace { d8 } c4 - \appoggiatura { d8 } c - \acciaccatura { d } c - } - +\paper { + raggedright = ##t +} + +\relative c'' { + c4 \grace { d8 } c4 + \appoggiatura { d8 } c + \acciaccatura { d } c } + diff --git a/input/regression/key-signature-cancellation.ly b/input/regression/key-signature-cancellation.ly index 3bd0539541..98762e66b8 100644 --- a/input/regression/key-signature-cancellation.ly +++ b/input/regression/key-signature-cancellation.ly @@ -5,8 +5,10 @@ } +\version "2.3.14" + \paper { - raggedright = ##T + raggedright = ##t } { diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index 2792ad5b26..8a132d5c21 100644 --- a/input/regression/quote-cyclic.ly +++ b/input/regression/quote-cyclic.ly @@ -6,7 +6,7 @@ example, there are notes with each full-bar rest." } - +\version "2.3.14" A = \relative c' { c4 d e f | << R1 \\ \quote "qB" 1 >> | } B = \relative c' { << R1 \\ -- 2.39.5