bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1555 in lilypond: Multiple warnings concerning staff-affinities


From: lilypond
Subject: Issue 1555 in lilypond: Multiple warnings concerning staff-affinities
Date: Thu, 10 Mar 2011 13:10:03 +0000

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

New issue 1555 by address@hidden: 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




reply via email to

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