Originally created by: *anonymous
Originally created by: PhilEHol...@googlemail.com
In the code below, the hairpin is aligned with the end of the lyrics rather than with the notes.
\version "2.14.1"
melody = { d''2 c''2 | es''1 }
text = \lyricmode {a long haaaaaaaaaaaaairpin }
upper = {c'1 | b4 b b b }
dynamics = {s1 | s4 \> s4 s4 s4 \! }
\score {
<<
\new Voice = "mel" \melody
\new Lyrics \lyricsto mel \text
\new Staff \upper
\new Dynamics \dynamics
>>
}
Originally posted by: reinhold...@gmail.com
Seems like a duplicate of #502. There the example shows alignment with theend of the lyrics, this example with the beginning.
Mergedinto: 502
Status: Duplicate
Originally posted by: brownian.box@gmail.com
(No comment was entered for this change.)
Mergedinto:
Status: Verified