lilypond-user
[Top][All Lists]
Advanced

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

Re: Putting fret diagrams in a separate score


From: Phil Holmes
Subject: Re: Putting fret diagrams in a separate score
Date: Thu, 10 Mar 2011 13:10:55 -0000

----- Original Message ----- From: "Marc Hohl" <address@hidden>
To: "Lilypond-User" <address@hidden>
Sent: Wednesday, March 09, 2011 9:26 AM
Subject: Putting fret diagrams in a separate score


Hello list,

I try to put fret diagrams at the beginning of a piece.
My input file looks like this:

\version "2.13.50"

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

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

It compiles with lots of messages

Warning: staff-affinities  should only decrease

but the output looks fine. Why do these errors appear?
(I used this technique several years before, and I think it compiled without errors,
but I am not sure and of course didn't save the log output ;-)

Regards,

Marc

I have logged this as http://code.google.com/p/lilypond/issues/detail?id=1555


--
Phil Holmes





reply via email to

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