From 5d36f37c27bc227a194eedc105446e7995b68a62 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 28 Sep 2001 19:31:52 +0000 Subject: [PATCH] lilypond-1.5.14 --- ly/german-chords-init.ly | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ly/german-chords-init.ly b/ly/german-chords-init.ly index cb741eba14..644b6efe3c 100644 --- a/ly/german-chords-init.ly +++ b/ly/german-chords-init.ly @@ -1,10 +1,10 @@ -\version "1.3.148" +\version "1.5.12" -% german-chords.ly: +% german-chords-init.ly: % german/norwegian/danish? % To get Bb instead of B, use -% \include "german-chords.ly" +% \include "german-chords-init.ly" % #(set! german-Bb #t) #(define german-Bb #f) @@ -14,7 +14,8 @@ (list 7 (+ (if german-Bb 0 1) (caddr pitch))) (cdr pitch) ))) - (cons + (list + 'columns (list-ref '("C" "D" "E" "F" "G" "A" "H" "B") (car dopitch)) (accidental->text-super (cadr dopitch)) ) -- 2.11.4.GIT