Menu

#663 breakable glissando is not printed after a line break

Verified
nobody
Documentation
2009-11-27
2008-08-20
Anonymous
No

Originally created by: *anonymous

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

% Unlike the slur, the glissando is not printed after the line break.

\version "2.11.56"

\new Voice \with {
  \remove Forbid_line_break_engraver
  \override Glissando #'breakable = ##t
} {
  c''1( \glissando \break c')
}

See also Issue 664.

Related

Backup-2015-12-01: #664
Backup-2016-12-10: #664

Discussion

  • Google Importer

    Google Importer - 2008-08-30

    Originally posted by: n.putt...@gmail.com

    This is invalid; glissandi and voice followers aren't shown following a line break.

    See the comments in Line_spanner::print () for the rationale behind this.

    I guess it would be an enhancement if you really want to override this behaviour.

     
  • Google Importer

    Google Importer - 2008-08-31

    Originally posted by: v.villenave

    Hm, you're right.  I guess the confusion comes from the word "breakable" then; let's
    just document this better.

    Labels: -Type-Defect -Priority-Medium Type-Documentation Priority-Low

     
  • Google Importer

    Google Importer - 2009-11-24

    Originally posted by: n.putt...@gmail.com

    Since 2.13.1, my comments above are no longer true, so I've added a snippet which
    shows how to override the default behaviour using the 'after-line-breaking callback
    ly:spanner::kill-zero-spanned-time.

    Labels: fixed_2_13_9
    Status: Fixed

     
  • Google Importer

    Google Importer - 2009-11-27

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

    (No comment was entered for this change.)

    Status: Verified

     

Log in to post a comment.