lilypond-user
[Top][All Lists]
Advanced

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

Putting fret diagrams in a separate score


From: Marc Hohl
Subject: Putting fret diagrams in a separate score
Date: Wed, 09 Mar 2011 10:26:28 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8

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



reply via email to

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