lilypond-user
[Top][All Lists]
Advanced

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

Dynamics and Lyrics don't mix


From: Roman Stawski
Subject: Dynamics and Lyrics don't mix
Date: Sat, 27 Feb 2010 15:49:48 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100216 Lightning/1.0b1 Thunderbird/3.0.2

Hi folks

When I build the snippet

-----
\version "2.13.11"
\paper{ ragged-right = ##t }

<<
  \new Staff \new Voice = "a" \relative c'' { a b c d }
  \new Dynamics { s4\p s\< s\! s\mf }
  \new Lyrics { \lyricsto "a" \lyricmode { a b c d }}
>>
-----

the output is as expected, but I get a whole cascade of warnings

    warning: staff-affinities should only decrease

Can anyone translate this into English ? and/or tell me how to do to get
shot of them?

Inversing the dynamics and lyrics gets rid of the warnings. But doesn't
give me the output I want.


Thanks for any pointers

Roman






reply via email to

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