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, 08 Dec 2013 08:59:52 +0000


Comment #13 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 stable/2.18 as
commit b4d11bf267d4f66e372f9ba4ea3800161f0182bc
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 b7a62eaa0af0eb10a95e61bd04960ec7ad07b315
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 2e40050c50b8ff98f08af691b6be2414c2cfa0d7
Author: David Kastrup <address@hidden>
Date:   Sun Dec 1 12:58:15 2013 +0100

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

commit f88e27c53588dd0ccdaa6d23dadd36979990503f
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 85b4febc9ec06fdbe52711d214bf9c6fdd549604
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]