lilypond-user
[Top][All Lists]
Advanced

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

Re: Left align first word of lyrics


From: David Nalesnik
Subject: Re: Left align first word of lyrics
Date: Wed, 22 May 2013 10:53:50 -0500

Hi Carl,


On Wed, May 22, 2013 at 10:36 AM, Carl Peterson <address@hidden> wrote:
I'm not in a position to test this at the moment, but just for confirmation, will this work with an arbitrary number of tagged syllables through a Lyrics context?

ex:

tagIt = \once \override Lyrics.LyricText #'tagged = ##t 

Thank you for adding this shortcut.
 

 \new Lyrics \lyricsto A {
      \tagIt This is the first phrase in my song. \break
      \tagIt This is an -- oth -- er phrase to sing. \break
      \tagIt This is a third phrase in my song. \break
      \tagIt This is the last phrase in my song.
    }

Cheers,
Carl

Yes, you can use it as much as you like.  (In fact, you could remove the \once in your definition of `tagIt' and have it apply to every syllable.)

--David

reply via email to

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