Hi Federico,

On Sat, Nov 28, 2015 at 5:26 PM, Federico Bruni <f...@inventati.org> wrote:

> Hi all
>
> How would you recommend drawing a glissando from one note in a chord to
> another note in a chord?
> I found this snippet by Harm of 2012:
> https://lists.gnu.org/archive/html/lilypond-user/2012-10/msg00133.html
>
> It works still but I wonder if something else has been done in the
> meanwhile.
> There's any open issue about chord glissando? (the search in
> Allura/Sourceforge is a pain...)
> Below a minimal examples showing a couple of problems.
>

Have you tried setting glissandoMap?  See
http://www.lilypond.org/doc/v2.19/Documentation/notation/expressive-marks-as-lines



> \version "2.19.31"
>
> \paper {
>  ragged-right = ##f
> }
>
> myMusic = \relative {
>  % ok
>  <a c>\glissando <b\3 d>
>
>  % problems
>

\set glissandoMap = #'((0 . 1))

 <a b~>\glissando <b b\3> % wrong connections and the glissando should be
> one
>

I can't make the following work.


>  <a\glissando b~> <b b\3> % no glissando drawn
> }
>
> \score {
>  \new StaffGroup <<
>    \new Staff { \clef "treble_8" \myMusic }
>    \new TabStaff \with {
>      stringTunings = #guitar-tuning
>    } \myMusic
>  >>
>  \layout { }
> }
>
>
Hope this helps,
David
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to