From fc1bc74b1042d03ff5dac0e8cee8be92e6ea05a5 Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 27 Apr 2025 01:21:13 +0200 Subject: [PATCH] fix altChord transposition again --- chord_settings.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chord_settings.ly b/chord_settings.ly index 5d6f9c5..f8d8e37 100644 --- a/chord_settings.ly +++ b/chord_settings.ly @@ -48,7 +48,7 @@ altChord = \markup { \translate #'(-0.5 . 0) \score { - \chords { \transposable #TRANSPOSITION { #(music-clone mainchord) \klamm #(music-clone altchord) } } + \chords { \transposable #(cons (car (music-pitches mainchord)) (car in-pitches)) { #(music-clone mainchord) \klamm #(music-clone altchord) } } \layout { \LAYOUT \context {