From d2e3479602e9c1964f682428ab1f86ef7a23b0d8 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:23:48 +0000 Subject: [PATCH] lilypond-1.1.60 --- Documentation/tex/lilypond-regtest.doc | 12 ++++++------ input/test/grace.ly | 8 +++++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Documentation/tex/lilypond-regtest.doc b/Documentation/tex/lilypond-regtest.doc index 2b5d51e917..9f73e72e10 100644 --- a/Documentation/tex/lilypond-regtest.doc +++ b/Documentation/tex/lilypond-regtest.doc @@ -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} diff --git a/input/test/grace.ly b/input/test/grace.ly index 3c8c8c9030..2f2f4a71e3 100644 --- a/input/test/grace.ly +++ b/input/test/grace.ly @@ -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.;} } -- 2.39.5