lilypond-user
[Top][All Lists]
Advanced

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

Re: ugly french-beaming hack messes with lyrics


From: Simon Albrecht
Subject: Re: ugly french-beaming hack messes with lyrics
Date: Tue, 26 Jan 2016 22:53:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

On 26.01.2016 14:33, N. Andrew Walsh wrote:
ah, now I see why I wasn't using something like your example. Look at what happens when the last note is raised a fourth:

\version "2.19.35"
<<
  \relative c'' {
    c4 d f
    \override Stem.stemlet-length = #0.5
    \override Stem.details.beamed-lengths = #'(5)
    r8.[ b16]
  }
  \addlyrics {
    this is a test
  }
>>

You'll note that the rest is also displaced vertically. To avoid this, I have to set the beamed-lengths property to 6.5. I'd like the beam to be a bit closer vertically to the rest; is there a property to set that achieves this without having to specify the vertical position of the rest?

None that I knew of.

Best, Simon




reply via email to

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