lilypond-devel
[Top][All Lists]
Advanced

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

Some updates to the ancient music section (issue 240810043 by address@hi


From: PhilEHolmes
Subject: Some updates to the ancient music section (issue 240810043 by address@hidden)
Date: Tue, 19 May 2015 10:16:59 +0000

Reviewers: Trevor Daniels,

Message:
Please review.

Description:
Spelling correction.  Remove the description of non-ancient rests since
it is no longer exhaustive and duplicates other parts of the NR.
Grammar. Remove out-commented example. Edit ligature example to get rid
of ledger lines, which are not appropriate with mensural music.

Please review this at https://codereview.appspot.com/240810043/

Affected files (+17, -34 lines):
  M Documentation/notation/ancient.itely


Index: Documentation/notation/ancient.itely
diff --git a/Documentation/notation/ancient.itely b/Documentation/notation/ancient.itely index e8352162ee7aa3b7304993d714b1f95e9297e939..69cd6c19741ac6593a452e6a05f330bebdc529f0 100644
--- a/Documentation/notation/ancient.itely
+++ b/Documentation/notation/ancient.itely
@@ -682,7 +682,7 @@ mensural notation or coloratio sections in white mensural notation.
 Because note head style does not influence flag count, in
 this style a semiminima should be notated as @code{a8*2}, not
 @code{a4}, otherwise it will look like a minima.
-The multiplyer can be different if coloratio is used e.g. to notate
+The multiplier can be different if coloratio is used e.g. to notate
 triplets.

 Use @code{semipetrucci} style to draw half-colored
@@ -763,29 +763,21 @@ scope for mensural notation).
 @cindex rests, ancient

 Use the @code{style} property of grob @code{Rest} to select
-ancient rests.  Supported styles are @code{classical},
address@hidden, and @code{mensural}.  @code{classical} differs
-from the @code{default} style only in that the quarter rest looks
-like a horizontally mirrored 8th rest.  The @code{mensural} and
-the @code{neomensural} styles mimic the appearance of rests in
-manuscripts and prints up to the 16th century.
+ancient rests.  Supported ancient styles are
address@hidden, and @code{mensural}.

-The following example demonstrates the @code{mensural} and
address@hidden styles:
+The following example demonstrates these styles:

 @lilypond[quote,fragment,ragged-right,verbatim]
 \set Score.skipBars = ##t
-\override Rest.style = #'classical
-r\longa^"classical" r\breve r1 r2 r4 r8 r16 s \break
 \override Rest.style = #'mensural
 r\longa^"mensural" r\breve r1 r2 r4 r8 r16 s \break
 \override Rest.style = #'neomensural
 r\longa^"neomensural" r\breve r1 r2 r4 r8 r16
 @end lilypond

-There are no 32th and 64th rests specifically for the mensural or
-neo-mensural style.  Instead, the rests from the default style will be
-taken.
+There are no 32nd and 64th rests specifically for the mensural or
+neo-mensural styles.  Rests from the default style are used.

 @seealso
 Music Glossary:
@@ -811,8 +803,11 @@ using pitched rests.
 @cindex key signature

 The @code{mensural} style provides a sharp and a flat sign
-different from the default style.  If called for, the natural sign
-will be taken from the @code{vaticana} style.
+different from the default style.  Mensural notation rarely used a natural
+sign: instead the appropriate sharp or flat is used.  For example, a B
+natural in the key of F major would be indicated with a sharp.  However,
+if specifically called for, the natural sign is taken from the @code{vaticana}
+style.

 @lilypond[quote,ragged-right,staffsize=26]
 \markup {
@@ -935,17 +930,6 @@ head. The length of a flexa can be set by the note head property

 For example,

address@hidden @example
address@hidden \set Score.timing = ##f
address@hidden \set Score.defaultBarType = "-"
address@hidden \override NoteHead.style = #'neomensural
address@hidden \override Staff.TimeSignature.style = #'neomensural
address@hidden \clef "petrucci-g"
address@hidden \[ c'\maxima g \]
address@hidden \[ d\longa c\breve f e d \]
address@hidden \[ c'\maxima d'\longa \]
address@hidden \[ e'1 a g\breve \]
address@hidden @end example
 @lilypond[quote,ragged-right,verbatim]
 \score {
   \relative c' {
@@ -955,11 +939,11 @@ For example,
     \override Staff.TimeSignature.style = #'mensural
     \clef "petrucci-g"
     \[ c'\maxima g \]
-    \[ d\longa
+    \[ d'\longa
        \override NoteHead.ligature-flexa = ##t
        \once \override NoteHead.flexa-width = #3.2
        c\breve f e d \]
-    \[ c'\maxima d\longa \]
+    \[ c\maxima d\longa \]
     \[ e1 a, g\breve \]
   }
   \layout {
@@ -973,8 +957,7 @@ For example,
 @end lilypond

 Without replacing @code{Ligature_bracket_engraver} with
address@hidden, the same music transcribes
-to the following
address@hidden, the same music looks as follows:

 @lilypond[quote,ragged-right]
 \relative c' {
@@ -984,11 +967,11 @@ to the following
   \override Staff.TimeSignature.style = #'mensural
   \clef "petrucci-g"
   \[ c'\maxima g \]
-  \[ d\longa
+  \[ d'\longa
      \override NoteHead.ligature-flexa = ##t
      \once \override NoteHead.flexa-width = #3.2
      c\breve f e d \]
-  \[ c'\maxima d\longa \]
+  \[ c\maxima d\longa \]
   \[ e1 a, g\breve \]
 }
 @end lilypond
@@ -1002,7 +985,7 @@ Notation Reference:
 @ref{Ligatures}.

 @knownissues
-Horizontal spacing of ligatures is poor.
+Horizontal spacing of ligatures may be poor.
 Accidentals may collide with previous notes.







reply via email to

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