lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric Spacing With Slurs - Help Requested


From: Kieren MacMillan
Subject: Re: Lyric Spacing With Slurs - Help Requested
Date: Tue, 11 Nov 2014 19:19:00 -0500

Hello,

> I’m highly unsatisfied with the readability of my melismatic notes in modern 
> notation. The spacing seems to be off, with the slur placing the right-most 
> note almost as if it were a part of the next lyric’s note. I’ve searched in 
> vain (quite some time!) for a way to adjust the horizontal spacing of the 
> slur.

The horizontal spacing of the whole phrase will partially determine what the 
score looks like…

Here’s a modified snippet that might give you some hints about things you can 
do to tweak your scores to your liking:

theMusic = {
  \time 3/4
  \key g \major
  e'4( f') g'   |
  f'( d') fis'   |
}

theWords = \lyricmode {
  San -- ctus
  San -- ctus
}

\score {
  <<
    \new Staff \new Voice \theMusic
    \addlyrics \theWords
  >>
  \layout {
    line-width = 4\in
    ragged-right = ##f
    \context {
      \Score
      \set lyricMelismaAlignment = #-0.7
    }
  }
}

Hope this helps!
Kieren.

_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  address@hidden




reply via email to

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