lilypond-user
[Top][All Lists]
Advanced

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

Notes engraved in weird order


From: mark damerell
Subject: Notes engraved in weird order
Date: Sat, 7 Jun 2014 15:29:40 +0100


Version 2.14

While trying to debug something else I found that Lilypond sometimes
engraves its notes in a strange order. If you print the same piece
repeatedly, the order changes. I changed my program to display
pitch-semitones.  With input

piece = \relative c' {
  c4 d e f g a b c,, d f g a
}

\score { \piece}
\score { \piece}


the relevant part of the output is

Drawing systems...
Notes: (-7 -10 -5 -3 5 4 7 2 0 11 9 -12)
Notes: (11 -5 -7 -12 9 0 4 7 2 -3 5 -10)
Layout output to `order.ps'...
Converting to `./order.pdf'...
success: [cut]

The typeset output is correct. Please is this supposed to happen? I
cannot find it documented. I hope to attach my program (sorry about
the length, I dont think I can make it shorter).


Attachment: order.ly
Description: Text Data


reply via email to

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