lilypond-user
[Top][All Lists]
Advanced

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

Re: [lyric sheet stylesheet] fixing lyric spacing


From: Carl Sorensen
Subject: Re: [lyric sheet stylesheet] fixing lyric spacing
Date: Fri, 7 Dec 2018 19:06:45 +0000
User-agent: Microsoft-MacOutlook/10.10.4.181110


On 12/7/18, 11:19 AM, "Alexander Kobel" <address@hidden> wrote:

    Hi Kieren,
    
    without even looking at your example, to be honest, but a shot in the dark:
    
    Fo you still remember David's and Mike's "magnetic snapping lyrics"?
       https://lists.gnu.org/archive/html/lilypond-user/2014-03/msg00489.html
    This snippet eventually went into OpenLilyLib, and was apparently 
    rediscovered as non-working about a year ago by Urs, see
     
    
http://lilypond.1069038.n5.nabble.com/Is-the-lyric-syllable-magnetic-snap-snippet-obsolete-td204403.html

I've just been doing some choral engraving where lyric hyphens are eliminated 
where there is no space.  And I haven't used any special tools.  It may only 
work where \textWidthOn has added space to the notes.

Consider Christmastime in the following snippet.

Carl

%%%%
\version "2.19.80"
global = {
  \key g \major
  \numericTimeSignature
  \time 3/4
}

bass = \relative c {
  \global
  % Music follows here.
   r4 r d4 |
  g8 g16( fis) g4. a8 |
  b8 c d4 r8 d |
  c8 b g( d4) e8 |
  f8 g f4 r8 r |


}

bassVerse = \lyricmode {
  % Lyrics follow here.
  Good peo -- ple __ all, this Christ -- mas -- time
  Con -- si -- der well __ and bear in mind
}

\score { <<
  \new Staff = "tb" {
    \clef bass
    \new Voice = "bass" {\bass}
  }
  \new Lyrics \with{
    \override LyricText #'font-size = #-1
  } \lyricsto "bass" \bassVerse
>>
\layout{}
}

%%%%
    
 


reply via email to

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