lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3673 in lilypond: Patch: Make make-relative ab


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3673 in lilypond: Patch: Make make-relative able to deal with music rather than just pitches
Date: Sun, 01 Dec 2013 12:01:18 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_19_0 Backport_2_18_0

Comment #12 on issue 3673 by address@hidden: Patch: Make make-relative able to deal with music rather than just pitches
http://code.google.com/p/lilypond/issues/detail?id=3673

Pushed to staging as
commit 6ff742af060254905c714ae099dc64dc439746e5
Author: David Kastrup <address@hidden>
Date:   Mon Nov 25 12:17:03 2013 +0100

    Add regtest for copy/modify semantics of make-relative macro

commit 7ff630a9ce8254adeaa9417dc4d927408ce47d47
Author: David Kastrup <address@hidden>
Date:   Fri Nov 22 13:36:56 2013 +0100

    Add regtest for music argument semantics of make-relative macro

commit eec62a5ca1f101504466cb4ff55fc8a71d47b9fd
Author: David Kastrup <address@hidden>
Date:   Sun Dec 1 12:58:15 2013 +0100

    Run scripts/auxiliar/update-with-convert-ly.sh

commit b257d4840c6bf57bac9ef459bd2773f3c63da626
Author: David Kastrup <address@hidden>
Date:   Fri Nov 22 13:34:50 2013 +0100

convert-ly rule for new make-relative semantics accepting music arguments

    This only works when the "reference pitch" is the first or last of
    the list.

commit 98a32d16cb94dea47813d166542e7bee57accd84
Author: David Kastrup <address@hidden>
Date:   Fri Nov 22 09:54:26 2013 +0100

Issue 3673: Make make-relative able to deal with music rather than just pitches

    The old behavior of make-relative was too cumbersome to use in many
    cases.

    This variant allows, for example:

    withOctave =
      (ly:music?)
      (make-relative
       (music) music
       #{ \context Bottom << $music \transpose c c' $music >> #}))

    \relative
    \new Staff \withOctave {
      \partial 4. c'8 e g |
      c2 e,4 g |
      c,8 c' b a <g d'> <f c'> <e b'> <d a'> |
      <c g'>1 | \bar "|."
    }


--
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]