lilypond-devel
[Top][All Lists]
Advanced

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

Updates to NR chapter 1 (issue 10237048)


From: PhilEHolmes
Subject: Updates to NR chapter 1 (issue 10237048)
Date: Fri, 21 Jun 2013 14:00:04 +0000

Reviewers: ,

Message:
Please review.

Description:
A set of minor changes to tidy up the NR somewhat.  (Note that there are
a number of others that will come from updated snippets in the LSR).

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

Affected files:
  M Documentation/notation/expressive.itely
  M Documentation/notation/pitches.itely
  M Documentation/notation/rhythms.itely
  M Documentation/notation/simultaneous.itely
  M Documentation/notation/text.itely


Index: Documentation/notation/expressive.itely
diff --git a/Documentation/notation/expressive.itely b/Documentation/notation/expressive.itely index 7a9867dc6fcb77ce700f0bcbe0044b9ba226d750..d1a4ad7fe0b9a583b1c7ea4fdb4678d0f8c6fe52 100644
--- a/Documentation/notation/expressive.itely
+++ b/Documentation/notation/expressive.itely
@@ -1265,8 +1265,8 @@ It is not possible to mix connected arpeggios and unconnected
 arpeggios in one @code{PianoStaff} at the same point in
 time.

-The parenthesis-style arpeggio brackets do not work for
-cross-staff arpeggios.
+The simple way of setting parenthesis-style arpeggio brackets does not work for
+cross-staff arpeggios; see @ref{Cross-staff stems}.


 @node Trills
Index: Documentation/notation/pitches.itely
diff --git a/Documentation/notation/pitches.itely b/Documentation/notation/pitches.itely index a090078a221822306f30872c2fb3903b9405f2c6..3b8622e3f1ffa65caa80b3d4425b74cf221fea58 100644
--- a/Documentation/notation/pitches.itely
+++ b/Documentation/notation/pitches.itely
@@ -404,7 +404,7 @@ cis cis cis! cis? c c c! c?
 Accidentals on tied notes are only printed at the beginning of a
 new system:

address@hidden,quote,relative=2]
address@hidden,quote,relative=2,ragged-right]
 cis1~ cis~
 \break
 cis
@@ -1313,7 +1313,7 @@ freygish = #`((0 . ,NATURAL) (1 . ,FLAT) (2 . ,NATURAL)
     (3 . ,NATURAL) (4 . ,NATURAL) (5 . ,FLAT) (6 . ,FLAT))

 \relative c' {
-  \key c\freygish c4 des e f
+  \key c \freygish c4 des e f
   \bar "||" \key d\freygish d es fis g
 }
 @end lilypond
Index: Documentation/notation/rhythms.itely
diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index a9acae8e84bb07b2d6af1a35075f470a382a2a64..d8901517fc1e5ad86ae81f5876abd0375bf08bef 100644
--- a/Documentation/notation/rhythms.itely
+++ b/Documentation/notation/rhythms.itely
@@ -1345,13 +1345,16 @@ to prevent tempo indications from overlapping, and @code{\markLengthOff}
 restores the default behavior of ignoring tempo marks
 for horizontal spacing.

address@hidden,relative=0]
address@hidden,quote,relative=0]
 \compressFullBarRests
 \markLengthOn
 \tempo "Molto vivace"
 R1*12
 \tempo "Meno mosso"
 R1*16
+\markLengthOff
+\tempo "Tranquillo"
+R1*20
 @end lilypond

 @snippets
@@ -2731,7 +2734,7 @@ a1

 Additionally, a bar line can be printed as a simple tick:
 @lilypond[quote,relative=1,verbatim]
-f1 \bar "'"
+f1 \bar "'" g1
 @end lilypond
 However, as such ticks are typically used in Gregorian chant, it is
 preferable to use @code{\divisioMinima} there instead, described in
Index: Documentation/notation/simultaneous.itely
diff --git a/Documentation/notation/simultaneous.itely b/Documentation/notation/simultaneous.itely index 62ce5461ce46e6b4d922d3ed89064380d509c422..27d8e9e36b77fd8264efe9a77d64d8e0c3225ed6 100644
--- a/Documentation/notation/simultaneous.itely
+++ b/Documentation/notation/simultaneous.itely
@@ -681,8 +681,7 @@ in bar 2, where the automatic merging fails.
 >>
 @end lilypond

-Notes with different note heads may be merged, with the
-exception of half-note heads and quarter-note heads, as shown
+Notes with different note heads may be merged as shown
 below.  Here the note heads on beat 1 of bar 1 are now merged:

 @lilypond[quote,verbatim,relative=2]
@@ -702,6 +701,9 @@ below. Here the note heads on beat 1 of bar 1 are now merged:
 >>
 @end lilypond

+Quarter and half notes are not merged in this way, since it would be difficult
+to tell them apart.
+
 Note heads with different dots as shown in beat 3 of bar 1 may be
 also be merged:

Index: Documentation/notation/text.itely
diff --git a/Documentation/notation/text.itely b/Documentation/notation/text.itely index 82c7a209a3476f2a6f1f5535d172fb835f7fc595..89c82c7d217f4b4cc936ed19681c25c0b6c921f5 100644
--- a/Documentation/notation/text.itely
+++ b/Documentation/notation/text.itely
@@ -261,7 +261,7 @@ bar, they can be placed above the bar line or between notes. When
 specified at a line break, the mark will be printed at the beginning of
 the next line.

address@hidden,verbatim,relative=2]
address@hidden,verbatim,relative=2,ragged-right]
 \mark "Allegro"
 c1 c
 \mark "assai" \break





reply via email to

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