lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3648 in lilypond: Patch: Isolated durations in


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3648 in lilypond: Patch: Isolated durations in music sequences now stand for unpitched notes
Date: Tue, 19 Nov 2013 10:18:23 +0000

Updates:
        Status: Fixed
        Labels: -Patch-countdown Fixed_2_19_0

Comment #17 on issue 3648 by address@hidden: Patch: Isolated durations in music sequences now stand for unpitched notes
http://code.google.com/p/lilypond/issues/detail?id=3648

Well, countdown is formally over, there has been zero reaction to the latest iteration making everything hunky-dory with chords, so in order to be able to start rebasing other parser issues, I'm pushing this to staging as
*   commit 5385d029e3e4e89c1a7dba20d3e136f594321816
|\  Merge: fc830bf 703dca1
| | Author: David Kastrup <address@hidden>
| | Date:   Tue Nov 19 11:15:03 2013 +0100
| |
| |     Merge branch 'issue3648' into staging
| |
| |     Contains enough related commits that its better to do as one merge
| |     commit for the sake of bisection and/or reverting.
| |
| * commit 703dca1fd6b202716cbfdc650c604dd835795b01
| | Author: David Kastrup <address@hidden>
| | Date:   Thu Nov 14 15:48:24 2013 +0100
| |
| |     Run scripts/auxiliar/makelsr.py
| |
| * commit b570097f37f1aa89e81da7b48e3a9827d9f7184c
| | Author: David Kastrup <address@hidden>
| | Date:   Thu Nov 7 20:16:57 2013 +0100
| |
| | Issue 3648/7: Give several examples of durations without explicit pitches
| |
| * commit 80e4d58800a5722ba8dd6940d23573e740a159cc
| | Author: David Kastrup <address@hidden>
| | Date:   Tue Nov 5 21:55:13 2013 +0100
| |
| |     Issue 3648/6: Regtest for rhythmic sequences.
| |
| * commit f1163b25f88ad7b6b3953894dc452dfaad36fa81
| | Author: David Kastrup <address@hidden>
| | Date:   Sat Nov 9 15:46:53 2013 +0100
| |
| |     Issue 3648/5: Explain isolated durations in NR "Rhythms"
| |
| * commit 33dd448c34f9f667c3d1c4722f5bc7c229251b6b
| | Author: David Kastrup <address@hidden>
| | Date:   Fri Nov 8 18:40:41 2013 +0100
| |
| |     Issue 3648/4: Let \displayLilyMusic deal with pure rhythms
| |
| * commit 1a1c0afedeea1756a002fc97178167d90458d7f1
| | Author: David Kastrup <address@hidden>
| | Date:   Fri Nov 8 18:14:52 2013 +0100
| |
| | Issue 3648/3: Pitchless durations inherit previous pitch when scorifying
| |
| |     This turns { c4 4 4 4 } into { c4 c4 c4 c4 } and
| | \drummode { tamb4 4 4 4 } into \drummode { tamb4 tamb4 tamb4 tamb4 }.
| |
| * commit 795861191510f457ab2294b02ec3b3c64c40602c
| | Author: David Kastrup <address@hidden>
| | Date:   Thu Nov 14 14:26:23 2013 +0100
| |
| |     Let copy-repeat-chord return the copy target for efficiency
| |
| * commit 2527d439536f4b4423dcb3324bb2bbbfa6c71662
| | Author: David Kastrup <address@hidden>
| | Date:   Wed Nov 13 22:13:10 2013 +0100
| |
| |     Issue 3648/2: Slight documentation amendment for RhythmicStaff in NR
| |
| * commit 3dc88bc7db19bb06b89d8649d801f435f3bdd4d3
|/  Author: David Kastrup <address@hidden>
|   Date:   Sat Aug 31 14:11:32 2013 +0200
|
| Issue 3648/1: Isolated durations in music sequences now stand for unpitched notes
|
|       This allows for things like
|
|       \new RhythmicStaff { 4 4. 8 4 | 4 \tuplet 3/2 { 2 4 } 4 }
|
| "unpitched" simply means that this is rendered as a normal NoteEvent,
|       but the pitch information is missing and has to be filled in by some
|       other means.  The example using RhythmicStaff is not actually
|       commendable as the MIDI rendition still requires a pitch or drum
|       type.  It's just that as of this patch, there are no immediately
|       useful applications.  The rhythmic shorthand { c4 4. 8 4 } is
|       introduced by a later patch.
|
* commit fc830bf324e4d90a474c9ced031ff598766c26a7
| Author: David Kastrup <address@hidden>
| Date:   Tue Nov 5 19:03:31 2013 +0100
|
|     Interpret #{ -3 #} as postevent rather than negative number
|
| Since #{ 4 #} is interpreted as duration rather than number, interpreting | negative integers as numbers rather than fingering is not really helpful.
|
* commit 92ae8d86790e42b63c15b0613078899cca5c5341
| Author: David Kastrup <address@hidden>
| Date:   Fri Nov 8 18:46:53 2013 +0100
|
|     Use #{ 4 #} and #{ c #} for duration/pitch in optional-args regtest
|
* commit de97ffe8a26be14f4187ff26315f18b9a39224bd
| Author: David Kastrup <address@hidden>
| Date:   Tue Nov 5 17:12:17 2013 +0100
|
|     Let #{ 4 #} be a duration while #{ 4 \cm #} stays a length
|
|     An UNSIGNED not followed by a NUMERIC_IDENTIFIER inside of #{ ... #}
|     is interpreted as a duration rather than a number.  Also, inside
|     of #{ ... #} no "numeric expressions" using binary operators +-*/ are
|     interpreted.
|
|     The behavior of (signed and unsigned) integers and numeric expressions
|     in assignments and as function arguments rather than inside
|     of #{ ... #} is not affected.
|


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]