]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.60
authorfred <fred>
Tue, 26 Mar 2002 22:23:48 +0000 (22:23 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:23:48 +0000 (22:23 +0000)
Documentation/tex/lilypond-regtest.doc
input/test/grace.ly

index 2b5d51e917426c854eee348a79d6cc63da2b5b32..9f73e72e10ad05c8742ef8840995e252825f264b 100644 (file)
@@ -60,9 +60,8 @@ Slurs that start within a grace section, but aren't ended are attached
 to the next normal note.  Grace notes have zero duration.  If there
 are tuplets, the grace notes won't be under the brace.  Grace notes
 can have accidentals, but they are (currently) spaced at a fixed
-distance.
-
-
+distance.  Grace notes (of course) come before the accidentals of the
+main note.  Grace notes can also be positioned after the main note.
 
 \mudelafile{grace.ly}
 
@@ -203,9 +202,10 @@ convoluted way, so this is fragile as well.
 
 By default, time signatures are written with two numbers. With style
 ``C'', 4/4 and 2/2 are written with their corresponding symbols and
-with style ``old'', 2/2, 3/2, 3/4, 4/4, 6/4, 9/4, 6/8 and 9/8 are
-typeset with symbols, all other signatures retain the default layout.
-The style ``1'', gives single number signatures for all signatures.
+with style ``old'', 2/2, 3/2, 2/4, 3/4, 4/4, 6/4, 9/4, 4/8, 6/8 and
+9/8 are typeset with symbols, all other signatures retain the default
+layout. The style ``1'', gives single number signatures for all
+signatures. 
 
 \mudelafile{time.fly}
 
index 3c8c8c9030c47a99bd34d81144d4a96c14403607..2f2f4a71e3a59958e3817c65f767848451251420 100644 (file)
@@ -1,10 +1,12 @@
 
 \score {\notes \context Voice = VA \relative c'' {
        \grace c8 c4
-       \grace { [c32 cis32] } c4
-       \grace { [c32 c32] } \times 2/3 { [c8 c c] }    
+       \grace { [c32 cis32] } gis4
+       \grace { [cis32 dis32] } e4
+       \grace { [c32 d] }\times 2/3 { [c8 c c] }
         \grace { [b32 ( c32] } ) c4
-       \grace c16 [c8 c8]
+       \grace  c16 [c8 c8]
+       \grace  { \property Grace.graceAlignPosition = \right c16} c4
 }
 \paper {linewidth = -1.;}
 }