From c647b8e4b1bb048285bb064cc5476479fc36db72 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Tue, 1 Jun 2010 11:51:18 +0200 Subject: [PATCH] Fix compile. --- scm/chord-ignatzek-names.scm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scm/chord-ignatzek-names.scm b/scm/chord-ignatzek-names.scm index 161288a..b142692 100644 --- a/scm/chord-ignatzek-names.scm +++ b/scm/chord-ignatzek-names.scm @@ -183,7 +183,7 @@ work than classifying the pitches." suffixes add-markups) sep)) (base-stuff (if (ly:pitch? bass-pitch) - (list sep (name-note bass-pitch)) + (list sep (name-note bass-pitch #f)) '()))) (set! base-stuff -- 1.7.0.4