lilypond-user
[Top][All Lists]
Advanced

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

Re: Spacing between notes


From: David Wright
Subject: Re: Spacing between notes
Date: Thu, 22 Feb 2018 10:18:33 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon 19 Feb 2018 at 17:49:51 (-0700), nokel81 wrote:
> \score {
>     \new Staff <<
>         \new Voice = "melody" \relative g' {
>             \set Score.timing = ##f
>             g4( d) f \divisioMinima
>                       g( a) a( g2) \divisioMinima
>                       g4( c) a( a g) f( g) g2 \finalis
>         }
>         \new Lyrics = "one" \lyricmode {
>             To you, O Lord, I lift my soul
>         }
>     >>
> }

Your lyrics need to be told which notes they are attached to.
Change    \lyricmode    into    \lyricsto "melody"

I've not used gregorian.ly to do chanting like this, but it
seems there's still work to do on the spacing after making
this change.

Cheers,
David.



reply via email to

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