Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Regression

New issue 1555 by [email protected]: Multiple warnings concerning staff-affinities
http://code.google.com/p/lilypond/issues/detail?id=1555

Reported by Marc Hohl

In 2.12.3, the code below compiles with no problem. In 2.13.x it throws a variable number of the following warnings:

"warning: staff-affinities should only decrease"

There is also a collision between the clef and the fret symbol.

\score {
<<
     \new ChordNames \chordmode {
       g:m
     }
     \new Lyrics \lyricmode {
       \markup { \fret-diagram #"w:4;4-o;3-o;2-1;1-3;" }
     }
 >>
}

\score {
<<
   \new Staff {
     \new Voice { c4 d e f }
   }
 >>
}



Attachments:
        FretReg2.12.3.png  3.3 KB
        FretReg2.13.53.png  3.1 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to