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
}
>>
\layout {
  indent = #0
  \context {
    \Staff
    \remove "Bar_number_engraver"
    \remove "Time_signature_engraver"
  }
}
}




-- 
www.myspace.com/alexandreficagna

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to