From 0cc9cc269a44e57172ba75361c20989ff7267bde Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 18 Jan 2003 13:04:29 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 2 ++ input/test/dpncnt.ly | 22 +++++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b7c407f2e..fdc6a70021 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,8 @@ 2003-01-12 Han-Wen Nienhuys + * VERSION: release 1.7.12 + * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes. * lily/gregorian-ligature.cc: new file diff --git a/input/test/dpncnt.ly b/input/test/dpncnt.ly index 650aa5fc89..5ead5586f8 100644 --- a/input/test/dpncnt.ly +++ b/input/test/dpncnt.ly @@ -55,11 +55,15 @@ ch = \chords { c:7- } %ch = \chords { c:7.11.13 } % ch = \chords { c:7.11.15.17.19.21 } -ch = \chords { c c:m c:7 c:7.9 c:7+.9 c:7.9+ c:9^7 c:3.11^7 } - +ch = \chords { c c:m c:7 c:7.9 c:7+.9 c:7.9+ c:9^7 c:3.11^7 +} %ch = \chords { c:9^7 c:5^3} -ch = \chords { c:3- c:3 c:2 c:7+ c:3-.5-.7- c:6.9^7 } +ch = \chords { c:3- c:3 c:2 c:7+ c:3-.5-.7- c:6.9^7 + c:4.7+^3 + r + +} \score{ < @@ -72,15 +76,15 @@ ch = \chords { c:3- c:3 c:2 c:7+ c:3-.5-.7- c:6.9^7 } `((separator . ,(make-simple-markup ":")) (full-exceptions . ,efull) (partial-exceptions . ,epartial))) - - %#(set-double-plus-new-chord-name-style 'jazz - % `((separator . ,(make-simple-markup ":")) - % (full-exceptions . ,efull) - % (partial-exceptions . ,epartial))) + \ch + #(set-double-plus-new-chord-name-style 'jazz + `((separator . ,(make-simple-markup ":")) + (full-exceptions . ,efull) + (partial-exceptions . ,epartial))) \ch } - \context Staff \notes \transpose c c' \ch + \context Staff \notes \transpose c c' { \ch \ch} > \paper{ \translator { -- 2.39.5