bug-lilypond
[Top][All Lists]
Advanced

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

Clef changes in retrograde, will only print a new clef. note positions w


From: Danny
Subject: Clef changes in retrograde, will only print a new clef. note positions will not change to accommodate the new clef
Date: Sat, 22 Jun 2013 23:33:44 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

\version "2.16.2"

% If a clef is changed in retrograde it only prints the new clef
% It does not move the notes to their new locations on the staff
% All notes here are the same pitch but during clef changes it is printed 
% incorrectly

\relative c' {
  c1 % printed correctly
  \retrograde {
    c %printed correctly
    \clef treble
    c %printed as though in bass clef
    \clef treble
    c % Should be one ledger line above not below the staff in bass clef
    \clef bass
    c % Correctly printed in the assumed Treble clef
  }
}




reply via email to

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