Issue 455: wanted: vertical slur instead of arpeggio
http://code.google.com/p/lilypond/issues/detail?id=455

New issue report by lemzwerg:
\version "2.11.31"

\header { texidoc = "
I would like to have a variant of the arpeggio sign, namely
the use of a `vertical slur' instead of the wiggle.

The code below is an ugly hack just to show the desired
result.
" }

\relative c' {
\override Tie #'rotation = #'(-90 0 0)
\override Tie #'extra-offset = #'(-3.5 . 2.5)
  <c g' c>2 ~ c
}

\paper {
  ragged-right = ##t
}

% EOF


Attachments:
        arpeggio-variant.png  3.9 KB 


Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Enhancement Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to