]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 18 Jan 2003 13:04:29 +0000 (13:04 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 18 Jan 2003 13:04:29 +0000 (13:04 +0000)
ChangeLog
input/test/dpncnt.ly

index 2b7c407f2e6889813d38e82793ff2b79908f087d..fdc6a70021ff7cc46b16be2a6ba37c1f15744c03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,8 @@
 
 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * VERSION: release 1.7.12
+
        * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
 
        * lily/gregorian-ligature.cc: new file
index 650aa5fc898d05fd2348e86e2f20ca977d9465c5..5ead5586f8212e97478b2b2ae90460ac960e18b7 100644 (file)
@@ -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 {