Comment #5 on issue 620 by [email protected]: It should be possible to specify more specific spanner bounds.
http://code.google.com/p/lilypond/issues/detail?id=620

% Test case from Issue #502:

%% Hairpins bound to spacer notes seem to be aligned to lyrics

\version "2.11.34"
\paper{ ragged-right=##t }
\score{
<<
  \context StaffGroup
  <<
    \new Staff{
      \relative g' { g4 g4~ g4 g4 }
    }
    \addlyrics{
      \lyricmode{ x looooooooong x }
    }
    \new Staff{
      \relative g' { << g1 { s4\< s4\! s4\> s4\! } >> }
    }
  >>

}

Attachments:
        Issue502_Crescendo_Lyrics.preview.png  5.0 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to