From: jlowe Date: Thu, 16 Dec 2010 17:49:14 +0000 (+0000) Subject: Doc: More NR and LM additions based on user emails X-Git-Tag: release/2.13.45-1~16^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=066c166dd12014c596ebf557d23bbb728a318934;p=lilypond.git Doc: More NR and LM additions based on user emails --- diff --git a/Documentation/learning/fundamental.itely b/Documentation/learning/fundamental.itely index b80e6372b3..638e3c5f81 100644 --- a/Documentation/learning/fundamental.itely +++ b/Documentation/learning/fundamental.itely @@ -2105,11 +2105,16 @@ for all contexts of a particular type by including the @code{\set} command in a @code{\context} block in the same way. - @seealso Notation Reference: @ruser{Modifying context plug-ins}, @ruser{Changing context default settings}. +@knownissues +The @code{Stem_engraver} and @code{Beam_engraver} attach their +objects to note heads. If the @code{Note_heads_engraver} is removed +no note heads are produced and therefore no stem or beams are created +either. + @node Extending the templates @section Extending the templates diff --git a/Documentation/notation/repeats.itely b/Documentation/notation/repeats.itely index efae065ebf..1e8de840be 100644 --- a/Documentation/notation/repeats.itely +++ b/Documentation/notation/repeats.itely @@ -113,10 +113,10 @@ repeats are given the first alternative. A single repeat with one alternate ending: @lilypond[verbatim,quote,relative=2] -\repeat volta 2 { c4 d e f } +\repeat volta 2 { c4 d e f | } \alternative { - { c2 e } - { f2 g } + { c2 e | } + { f2 g | } } c1 @end lilypond @@ -124,10 +124,10 @@ c1 A single repeat with more than one alternate ending: @lilypond[verbatim,quote,relative=2] -\repeat volta 4 { c4 d e f } +\repeat volta 4 { c4 d e f | } \alternative { - { c2 e } - { f2 g } + { c2 e | } + { f2 g | } } c1 @end lilypond @@ -135,15 +135,20 @@ c1 Multiple repeats with more than one alternate ending: @lilypond[verbatim,quote,relative=2] -\repeat volta 3 { c4 d e f } +\repeat volta 3 { c4 d e f | } \alternative { - { c2 e } - { f2 g } - { a2 g } + { c2 e | } + { f2 g | } + { a2 g | } } c1 @end lilypond +@warning{If there are two or more alternatives, nothing should appear +between the closing brace of one and the opening brace of the next +in an @code{@bs{}alternative} block, otherwise you will not get the +expected number of endings.} + @warning{If you include @code{@bs{}relative} inside a @code{@bs{}repeat} without explicitly instantiating the @code{Voice} context, extra (unwanted) staves will appear. See @@ -157,7 +162,6 @@ c1 @cindex pickup in a repeat @funindex \partial - If a repeat starts in the middle of a measure and has no alternate endings, normally the end of the repeat will also fall in the middle of a measure, so that the two ends add up to one complete