I'm looking for a way to create a customizable line from one lyric syllable to the next to indicate a modulation of the sound between the two syllables. This is really a lyric glissando, but \glissando cannot be applied to lyrics. (Could \glissando be adapted?)
Using the lyric extender works, but produces only a baseline-aligned line and clumsy code. (I posted about this last month.) Using the lyric hyphen by making the hyphen thick and very long produces a nicer solution, except when there's a line break: it continues on the new line OK, but should stop at the end of the old line (as does the lyric extender). Is this a bug in the lyric hyphen? Sadly coding isn't my thing, but I'm willing to help test and document any solution. Thanks. Peter %%% EXAMPLE OF LYRIC HYPHEN AND LINE BREAK \version "2.11.49" \paper { ragged-right = ##t indent = 0.0\cm } Music = { \relative c'' { \clef treble g1~ g2. g4~ g1~ \break g1~ g4 g2. } } Text = \lyricmode { ee -- ah -- ee } \score { \new Staff << \new Voice { \Music } \addlyrics { \Text } >> \layout { \context { \Lyrics \override LyricHyphen #'thickness = #4 \override LyricHyphen #'length = #50 \override LyricHyphen #'padding = #1 } } } %%% END OF LYRIC HYPHEN EXAMPLE -- View this message in context: http://www.nabble.com/Lyric-hyphen---glissando-tp17984502p17984502.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user