Skip to content

Commit

Permalink
Issue 1503 - make ignatzek-format-exception use slashChordSeparator, …
Browse files Browse the repository at this point in the history
…not chordNameSeparator
  • Loading branch information
aspiers committed Nov 4, 2011
1 parent f002e49 commit 6cd091d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/chord-ignatzek-names.scm
Expand Up @@ -213,7 +213,7 @@ work than classifying the pitches."
,exception-markup
.
,(if (ly:pitch? bass-pitch)
(list (ly:context-property context 'chordNameSeparator)
(list (ly:context-property context 'slashChordSeparator)
(name-note bass-pitch #f))
'()))))

Expand Down

0 comments on commit 6cd091d

Please sign in to comment.