lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 2749 in lilypond: Glossary incorrect incompl dom s


From: lilypond
Subject: [Lilypond-auto] Issue 2749 in lilypond: Glossary incorrect incompl dom seventh chord symbol
Date: Fri, 17 Aug 2012 08:59:55 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation

New issue 2749 by address@hidden: Glossary incorrect incompl dom seventh chord symbol
http://code.google.com/p/lilypond/issues/detail?id=2749

Reported by Arnold Theresius here:
http://lists.gnu.org/archive/html/bug-lilypond/2012-08/msg00067.html

Original posting, including patch:

----------------------

In the section »functional harmony« of the music glossary
the symbol for the »incomplete dominant seventh chord« is
incorrect. It should be a »capital letter D with a diagonal
cancellation stroke, followed by a superscript digit 7«.

See the following patch diff file for my correction suggestion.

diff --git a/lilypond-2.15.95/Documentation/music-glossary.tely
b/lilypond-2.15.95j/Documentation/music-glossary.tely
index a57dffb..306d050 100644
--- a/lilypond-2.15.95/Documentation/music-glossary.tely
+++ b/lilypond-2.15.95j/Documentation/music-glossary.tely
@@ -246,10 +246,11 @@ Languages in this order.
 * harmony::
 * hemiola::
 * homophony::
 * hook::
 * hymn meter::
+* incomplete dominant seventh chord::
 * interval::
 * inversion::
 * inverted interval::
 * just intonation::
 * key::
@@ -3874,28 +3875,48 @@ A system of harmonic analysis.
 It is based on the idea that, in a given key, there are only three
 functionally different chords: tonic (T, the chord on the first note of the
 scale), subdominant (S, the chord on the fourth note), and dominant (D, the
 chord on the fifth note).  Others are considered to be variants of the base
 chords.
-
-TODO: what does the @q{p} mean in Sp, Dp, Tp?
+A few examples among many others are the tonic, subdominant or dominant of
+the parallel minor scale, or the incomplete dominant seventh chord.

 @lilypond[quote,notime,relative=2,line-width=13.0\cm]
+#(define-markup-command (diagonal-stroke layout props arg)
+  (markup?)
+  #:category font
+  #:properties ((font-size 0) (thickness 1.5) (extension 0.07))
+  (let*
+   ((thick (* (magstep font-size)
+      (ly:output-def-lookup layout 'line-thickness)))
+    (underline-thick (* thickness thick))
+    (markup (interpret-markup layout props arg))
+    (x1 (car (ly:stencil-extent markup X)))
+    (x2 (cdr (ly:stencil-extent markup X)))
+    (y1 (car (ly:stencil-extent markup Y)))
+    (y2 (cdr (ly:stencil-extent markup Y)))
+    (dx (* extension (- x2 x1)))
+    (dy (* extension (- y2 y1)))
+    (line (make-line-stencil underline-thick
+      (- x1 dx) (- y1 dy)
+      (+ x2 dx) (+ y2 dy))))
+   (ly:stencil-add markup line)))
 <<
   {
     <g e c>1   *
     <c a f> <d b g> <e c a> <f d b>
   }
   \lyrics {
     T Sp Dp S D Tp
-    \markup { D \translate #'(-2 . 0) | }
+    \markup { \concat { \diagonal-stroke D \super "7" } }
   }
 >>
 @end lilypond

 @seealso
-No cross-references.
address@hidden, @ref{incomplete dominant seventh chord},
address@hidden, @ref{tonic}.


 @node G
 @section G

@@ -4333,10 +4354,29 @@ easier reading, a hymn with a meter of 87.87.87.87
is usually written

 @seealso
 No cross-references.


address@hidden incomplete dominant seventh chord
address@hidden incomplete dominant seventh chord
+
+ES: ?,
+I: ?,
+F: ?,
+D: verkürzter Dominantseptakkord,
+NL: ?,
+DK: ?,
+S: ?,
+FI: ?.
+
+A dominant seventh chord where the root tone is removed.
+The remaining three tones build a diminished triad.
+
address@hidden
address@hidden, @ref{dominant seventh chord}, @ref{functional harmony}.
+
+
 @node interval
 @section interval

 ES: intervalo,
 I: intervallo,

------------------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]