Menu

#664 1 breakable glissando => 2 same-looking glissandos

Verified
nobody
None
Enhancement
2011-08-18
2008-08-20
Anonymous
No

Originally created by: *anonymous

Originally created by: v.villenave
Originally owned by: v.villenave

% before the line break, the glissando is already at the vertical
% position of its end note; after the line break, it starts again
% from the same vertical position as its starting point, as if
% there were two complete glissandos, with the same right and left end.

\version "2.11.56"

\layout {
  ragged-right = ##t
  \context { \Voice
    \remove Forbid_line_break_engraver
    \override Glissando #'breakable = ##t
  }
}

<<
  { c'''1*3/2 \glissando
    c'2 } \\
  { s1 \break s1 }
>>

% See also Issue 663.

Related

Backup-2015-12-01: #663
Backup-2016-12-10: #4806
Backup-2016-12-10: #663

Discussion

  • Google Importer

    Google Importer - 2011-08-18

    Originally posted by: mts...@gmail.com

    (No comment was entered for this change.)

    Status: Fixed

     
  • Google Importer

    Google Importer - 2011-08-18

    Originally posted by: PhilEHol...@googlemail.com

    (No comment was entered for this change.)

    Status: Verified

     

Log in to post a comment.