bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1738 in lilypond: Hairpin in dynamics aligns to lyric


From: lilypond
Subject: Issue 1738 in lilypond: Hairpin in dynamics aligns to lyric
Date: Tue, 05 Jul 2011 07:42:08 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1738 by address@hidden: Hairpin in dynamics aligns to lyric
http://code.google.com/p/lilypond/issues/detail?id=1738

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
  >>
}



Attachments:
        Hairpin.png  4.9 KB




reply via email to

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