lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 185 in lilypond: RhythmicStaff squishing chord


From: lilypond
Subject: Re: [Lilypond-auto] Issue 185 in lilypond: RhythmicStaff squishing chords should produce single notes
Date: Sat, 08 Sep 2012 11:15:09 +0000


Comment #9 on issue 185 by address@hidden: RhythmicStaff squishing chords should produce single notes
http://code.google.com/p/lilypond/issues/detail?id=185

Interesting. Adding Collision_engraver and Rest_collision_engraver to the RhythmicStaff group might be worthwile independently of fixing this issue.

(It does not even play too badly with my kludge:

\new RhythmicStaff \with {
  \consists "Collision_engraver"
  \consists "Rest_collision_engraver"
  \remove "Squashed_dot_column_engraver"
} <<
  \new Voice \with {
    \consists "Squashed_dot_column_engraver"
  }{
    \voiceOne
    <c es g>4. <c e gis>8(
    <cis eis gis>16 <d e g>-> e) r \times 2/3 { <c e>8 c c }
  }
  \new Voice  \with {
    \consists "Squashed_dot_column_engraver"
  }{
    \voiceTwo
    c,8-> c4 <cis, cis>4. c4
  }


works as intended. Not really elegant, admittedly.)

About listening to Stems to get a handle on notes belonging to the same chord: would that work reliably even for notes with no visible stems, like whole notes?

Attachments:
        issue185-2v.png  2.8 KB




reply via email to

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