bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 291 in lilypond: \glissando doesn't work properly with chords


From: lilypond
Subject: Re: Issue 291 in lilypond: \glissando doesn't work properly with chords
Date: Wed, 06 Apr 2011 12:44:38 +0000


Comment #11 on issue 291 by address@hidden: \glissando doesn't work properly with chords
http://code.google.com/p/lilypond/issues/detail?id=291

Look this solution
\relative c'' {
   \time 3/4
   << { <e g>8 <d f> <d f>[ <c e>]
   \override Glissando #'minimum-length = #5
   \override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods
   <c e>\glissando <a c> } \\
   { d,2. } \\
   { s2
   \override Glissando #'minimum-length = #5
   \override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods
   \hideNotes
   \override NoteColumn #'ignore-collision = ##t
   c'8\glissando a }
   >>
  }





reply via email to

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