Menu

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

Verified
nobody
None
Enhancement
2016-03-21
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

Issues: #4806
Issues: #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

     
  • Simon Albrecht

    Simon Albrecht - 2016-03-21

    This is probably fixed through the same patch as 1578 – I can only guess, though.

     

    Related

    Issues: #1578

    • Simon Albrecht

      Simon Albrecht - 2016-03-21

      Which would mean fixed_2_13_56.

       
MongoDB Logo MongoDB