lilypond-user
[Top][All Lists]
Advanced

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

Re: Problems with \inversion


From: David Kastrup
Subject: Re: Problems with \inversion
Date: Thu, 14 Jun 2012 00:10:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

ALEXANDRE FICAGNA <address@hidden> writes:

> I still didn't picture exactly how \inverse works in its from-pitch
> to-pitch variables, but I tried an example and what I got is the
> correct inversion of pitches, but each one was an octave above.
>
> Here's the code:
>
> \version "2.14.2"
>
> #(set-global-staff-size 15)
>
> \paper {
>   #(define dump-extents #t)
>   ragged-right = ##t
>   line-width = 17\cm
> }
>
> melody= { a8 gis ees d g4 }
>
> \score {
> \new PianoStaff
> <<
> \new Staff \relative c' {
> %\override Stem #'transparent = ##t %uncomment to hide Stems
> %\override Beam #'transparent = ##t %uncomment to hide Beams
> \melody \retrograde \melody
> }
> \new Staff \relative c {
> \clef treble
> %\override Stem #'transparent = ##t %uncomment to hide Stems
> %\override Beam #'transparent = ##t %uncomment to hide Beams
> \inversion a' a \melody
> \retrograde \inversion a' a   \melody
> }

You first let \inversion do its job, and afterwards \relative.  The
results are consistent with that.  Switching the order is more likely to
do what you want.
-- 
David Kastrup




reply via email to

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