lilypond-user
[Top][All Lists]
Advanced

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

Re: Why does skip cause extender line to grow?


From: Kieren MacMillan
Subject: Re: Why does skip cause extender line to grow?
Date: Tue, 8 Oct 2019 14:58:08 -0400

Hi Patrick,

> I don't understand why the extender includes the d4 in the third measure.

Because you didn’t tell it to stop extending.  ;)

> Is there a way to shorten it to the tied c1 in the second measure?

How’s this?

%%%  SNIPPET BEGINS
\version "2.19.83"
music = \relative c' {
    c1 ~ c1
    d4 e f g }

words = \lyricmode {  Tra __  la la la la }

\score { \new Staff \new Voice \music \addlyrics \words }
%%%  SNIPPET ENDS

If you really want a gap [under the d], then use

%%%  SNIPPET BEGINS
\version "2.19.83"
music = \relative c' {
    c1 ~ c1
    d4 e f g }

words = \lyricmode {  Tra __  \markup \null la la la }

\score { \new Staff \new Voice \music \addlyrics \words }
%%%  SNIPPET ENDS

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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