From: Graham Percival Date: Sat, 29 Sep 2007 02:16:08 +0000 (-0700) Subject: More Funamental stuff. X-Git-Tag: release/2.11.35-1~46^2~117 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d66c311001311b79c5746588bcaeba56ac852ad8;p=lilypond.git More Funamental stuff. --- diff --git a/Documentation/user/fundamental.itely b/Documentation/user/fundamental.itely index a84ac0c45d..26063fbeef 100644 --- a/Documentation/user/fundamental.itely +++ b/Documentation/user/fundamental.itely @@ -8,6 +8,7 @@ * How LilyPond files work:: * Score is a single musical expression:: * I'm seeing Voices:: +* On the un-nestedness of brackets and ties:: @end menu @@ -262,11 +263,15 @@ on the same horizontal position in your text editor. +@c too cheesy? I'm not certain. -gp @node I'm seeing Voices @section I'm seeing Voices @cindex polyphony +@c TODO: sex this up with colors and stuff. -gp +@c TODO: actually, a general rewrite is needed. -gp + The easiest way to enter fragments with more than one voice on a staff is to enter each voice as a sequence (with @code{@{...@}}), and combine them simultaneously, separating the voices with @@ -343,4 +348,27 @@ the note immediately preceding it. @code{noteA}. +@c my name start sucking the more docs I write. -gp +@node On the un-nestedness of brackets and ties +@section On the un-nestedness of brackets and ties + +Different kinds of brackets and ties may be mixed freely, + +TODO: improve this example + +@lilypond[quote,verbatim,fragment,ragged-right] +{ + r16[ g16 \times 2/3 {r16 e'8] } + g16( a \times 2/3 {b d e') } + g8[( a \times 2/3 {b d') e'~]} + \times 4/5 {e'32\( a b d' e'} a'4.\) +} +@end lilypond + +TODO... add more info? Fluff up the first sentence? + + + + +