Is there a way to access one NoteHead grob from another
NoteHead grob that it is merged with?  Like this:

<<
  {
    \once \override NoteHead.after-line-breaking =
    #(lambda (grob)
       ; how to access the NoteHead grob of the
       ; c'' in the other voice from here?
       #f) 
    c''4
  }
  \\  
  { <e' g' c''>4 }
>>


This is related to this post:
http://lists.gnu.org/archive/html/lilypond-devel/2014-05/msg00141.html


Thanks
- Mark
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to