[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Chord Names
From: |
Rune Zedeler |
Subject: |
Re: Chord Names |
Date: |
Fri, 28 Sep 2001 17:37:42 +0200 |
Rune Zedeler wrote:
> For now I just included a small fix since german-chords was completely
> broken.
Sorry, try this one (well, the other one did work, but...)
--- lilypond-1.5.12/ly/german-chords-init.ly~ Fri Jun 29 01:03:00
2001
+++ lilypond-1.5.12/ly/german-chords-init.ly Fri Sep 28 17:36:53
2001
@@ -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))
)
-Rune
- Chord Names, Rune Zedeler, 2001/09/28
- Re: Chord Names,
Rune Zedeler <=
- Chord Names, Han-Wen Nienhuys, 2001/09/28