]> git.donarmstrong.com Git - lilypond.git/commitdiff
($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 21 Apr 2003 01:16:19 +0000 (01:16 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 21 Apr 2003 01:16:19 +0000 (01:16 +0000)
files too.

input/regression/breathing-sign.ly
scm/chords-ignatzek.scm

index e0c80a6717f475c1020636e9ec7210a21a67ef8d..f5b8f1d280e5db2a7beb3711f42ab96c2dbbf910 100644 (file)
@@ -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 }
     > |
 
index b2d00981c3b08e056c526cd1d38c144df9a7ce1a..f1c61ff517abe830d106b9832f518deb41c383a3 100644 (file)
     (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)