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 16:20:05 +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

After some playing around, I found that the following gets rid of the
warnings. It does seem a little messy, though.

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

<<
  \new Staff \new Voice = "a" \relative c'' { a b c d }
  \new Dynamics \with {
    \override VerticalAxisGroup #'staff-affinity = #DOWN
  } { s4\p s\< s\! s\mf }
  \new Lyrics \with {
    \override VerticalAxisGroup #'staff-affinity = #DOWN
  } { \lyricsto "a" \lyricmode { a b c d }}
>>
-----

My only problem now is to increase the spacing between the dynamics and
the lyrics. Ah well, back to the VerticalAxisGroup documentation...

regards

Roman






reply via email to

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