From 4f539779dab7835eff9f1be801f05bc269a799cd Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 21 Apr 2003 01:16:19 +0000 Subject: [PATCH] ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly files too. --- input/regression/breathing-sign.ly | 8 ++++---- scm/chords-ignatzek.scm | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/input/regression/breathing-sign.ly b/input/regression/breathing-sign.ly index e0c80a6717..f5b8f1d280 100644 --- a/input/regression/breathing-sign.ly +++ b/input/regression/breathing-sign.ly @@ -72,17 +72,17 @@ finalis, the latter three looking similar to bar glyphs. \context Voice = one { \stemUp g4 as g } > | -% \divisiominima is a simple vertical stroke through the uppermost +% \divisioMinima is a simple vertical stroke through the uppermost % staffline, just like the original implementation of breathing signs. - < \context Voice = two { \stemDown es4 \divisiominima bes es } + < \context Voice = two { \stemDown es4 \divisioMinima bes es } \context Voice = one { \stemUp g4 as g } > | % \divisio{maior,maxima} and \finalis look like bars and are vertically % centered on the staff; the direction property has no effect - < \context Voice = two { \stemDown es4 \divisiomaior bes es } + < \context Voice = two { \stemDown es4 \divisioMaior bes es } \context Voice = one { \stemUp g4 as g } > | - < \context Voice = two { \stemDown es4 \divisiomaxima bes es } + < \context Voice = two { \stemDown es4 \divisioMaxima bes es } \context Voice = one { \stemUp g4 as g } > | diff --git a/scm/chords-ignatzek.scm b/scm/chords-ignatzek.scm index b2d00981c3..f1c61ff517 100644 --- a/scm/chords-ignatzek.scm +++ b/scm/chords-ignatzek.scm @@ -202,7 +202,10 @@ (let ((nn (ly:get-context-property context 'chordNoteNamer))) (if (eq? nn '()) ; replacing the next line with name-root gives guile-error...? -rz - name-root + + ;; apparently sequence of defines is equivalent to let, not let* ? -hwn + (ly:get-context-property context 'chordRootNamer) + ;; name-root nn))) (define (is-natural-alteration? p) -- 2.39.5