Menu

#1860 Glissando needs minimum length

Accepted
nobody
None
Ugly
2016-03-21
2011-09-01
Anonymous
No

Originally created by: *anonymous

Originally created by: brownian.box@gmail.com

See issue 40 for some details.

%------------------8<--------------------------
\version "2.15.9"

\layout{ ragged-right = ##t }

\relative c'' {
  % it is *not* under flat symbol:
  % \override Voice.Accidental #'transparent = ##t
  c4\glissando ces
}

% image with transparent flat attached
%------------------8<--------------------------

1 Attachments

Related

Issues: #40

Discussion

  • Google Importer

    Google Importer - 2013-08-24

    Originally posted by: k-ohara5...@oco.net

    Workaround with minimum-length:
      { \override Glissando #'minimum-length = #4
        \override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods
         c4''\glissando ces'' }

    Note that minimum-length controls the distance between notes (until and unless the enhancement of issue 2207 changes the behavior) so we have to adjust the #4 depending on what accidentals are present.

     

    Related

    Issues: #2207

  • Simon Albrecht

    Simon Albrecht - 2016-03-21
    • summary: Invisible glissando before accented note (see issue 40) --> Glissando needs minimum length
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: -->
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.