X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-ignatzek-names.scm;h=25e9c1a07af4b5f11960ef8e717b518808fcb5ab;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=d53c13b9e6a056a31c1b8e9fce47be6737186647;hpb=42c8f04fe971525561dde0ee757ffebe3e6c0703;p=lilypond.git diff --git a/scm/chord-ignatzek-names.scm b/scm/chord-ignatzek-names.scm index d53c13b9e6..25e9c1a07a 100644 --- a/scm/chord-ignatzek-names.scm +++ b/scm/chord-ignatzek-names.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2004 Han-Wen Nienhuys +;;;; (c) 2000--2008 Han-Wen Nienhuys @@ -177,7 +177,10 @@ work than classifying the pitches." (set! base-stuff (append (list root-markup - (markup-join prefixes sep) + (conditional-kern-before (markup-join prefixes sep) + (and (not (null? prefixes)) + (= (ly:pitch-alteration root) NATURAL)) + (ly:context-property context 'chordPrefixSpacer)) (make-super-markup to-be-raised-stuff)) base-stuff)) (make-line-markup base-stuff)))