bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1750 in lilypond: Documentation suggestion: transposition resu


From: lilypond
Subject: Re: Issue 1750 in lilypond: Documentation suggestion: transposition resulting in triple accidentals
Date: Fri, 08 Jul 2011 14:51:25 +0000


Comment #1 on issue 1750 by address@hidden: Documentation suggestion: transposition resulting in triple accidentals
http://code.google.com/p/lilypond/issues/detail?id=1750

The real-world example to this issue.

\version "2.15.3"

melody = \relative des'' {
  des4 bes ges es as2. as4
}

\score {
  \new Staff {
    % \key es \minor
    \time 8/4

   % Original:
   \melody

   \transpose e fes \melody
    %{ This should result in
       "eseses ces asasas fes beseses",
       which is of course impossible.
       obviously Lilypond just leaves these notes
       as they are , giving the inconsistent result.
       The warnings about "more than two flats" are
       results of this, but unfortunately these warnings
       don't refer to line numbers ...
    %}
  }
}

Attachments:
        enharmonic-error-test.preview.png  2.7 KB




reply via email to

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