X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fchord-ignatzek-names.scm;h=25e9c1a07af4b5f11960ef8e717b518808fcb5ab;hb=333750a965c5778ba60cf2ecf5ed8d0ca231933e;hp=0d9295e301876b3970301b78b37b0419c4c276bf;hpb=91e7cbaa6e54e004365d28e0f10c9362a7f13320;p=lilypond.git diff --git a/scm/chord-ignatzek-names.scm b/scm/chord-ignatzek-names.scm index 0d9295e301..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--2005 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)))