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: Mon, 09 Dec 2013 17:29:43 +0000

Updates:
        Status: Verified

Comment #16 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

The example above misses a line

#(define-music-function (parser location music)

after the first line since git removes lines starting with # from commit messages and I did not catch it in time before pushing. So the commit message is unfortunately borked. The real example would be

withOctave =
#(define-music-function (parser location music)
  (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 "|."
}

and I just verified again that it works with stable/2.18. I apologize for not catching the friendly intermission of git commit in time to correct it. It's not the first time it happened to me, but usually I figure this out before it's too late.

Fortunately, it's only the commit message and not the code that is 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]