]> git.donarmstrong.com Git - lilypond.git/commitdiff
More Funamental stuff.
authorGraham Percival <graham@percival-music.ca>
Sat, 29 Sep 2007 02:16:08 +0000 (19:16 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:09 +0000 (09:48 +0100)
Documentation/user/fundamental.itely

index a84ac0c45dc98e347e7ba8cace244e93e4689744..26063fbeef8d2e1446ef984273ca6b9237226f1a 100644 (file)
@@ -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?
+
+
+
+
+