CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/08/04 15:34:49
Modified files:
. : ChangeLog
Documentation/topdocs: NEWS.tely
Added files:
input/regression: spacing-proportional.ly
Log message:
* Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
(Top): add proportionalNotationDuration example.
* input/regression/spacing-proportional.ly: new file.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3957&tr2=1.3958&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.52&tr2=1.53&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/spacing-proportional.ly?rev=1.1
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3957 lilypond/ChangeLog:1.3958
--- lilypond/ChangeLog:1.3957 Thu Aug 4 15:13:24 2005
+++ lilypond/ChangeLog Thu Aug 4 15:34:48 2005
@@ -1,5 +1,10 @@
2005-08-04 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+ * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
+ (Top): add proportionalNotationDuration example.
+
+ * input/regression/spacing-proportional.ly: new file.
+
* lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
synched to a beam.
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.52
lilypond/Documentation/topdocs/NEWS.tely:1.53
--- lilypond/Documentation/topdocs/NEWS.tely:1.52 Wed Aug 3 18:23:46 2005
+++ lilypond/Documentation/topdocs/NEWS.tely Thu Aug 4 15:34:48 2005
@@ -34,6 +34,40 @@
@itemize @bullet
@item
+Proportional notation is supported. Notes can be spaced proportional
+to their time-difference, by assigning a duration. to
[EMAIL PROTECTED] For example,
+
[EMAIL PROTECTED],relative=2,fragment,raggedright]
+<<
+ \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
+ \new Staff { c8[ c c c c c] c4 c2 r2 }
+ \new Staff { c2 \times 2/3 { c8 c c } c4 c1 }
+>>
[EMAIL PROTECTED] lilypond
+
+This feature was sponsored by Trevor Baca.
+
[EMAIL PROTECTED]
+LilyPond will space note according to their durations, disregarding
+symbol sizes (e.g. accidentals) if @code{uniform-stretching} of the
[EMAIL PROTECTED] grob is set,
+
+
[EMAIL PROTECTED],relative=2,fragment]
+<<
+ \override Score.SpacingSpanner #'uniform-stretching = ##t
+ \new Staff { c16[ c c c c c c c c c16] }
+ \new Staff {
+ \times 6/7 { c16 c c cis c c c }
+ c8[ c32 c32 c16]
+ }
+>>
[EMAIL PROTECTED] lilypond
+
+This feature was sponsored by Trevor Baca.
+
[EMAIL PROTECTED]
Tuplet brackets get arrows when they are broken across a line.
@lilypond[fragment,raggedright,verbatim,relative=2]
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs