Am 10.01.2015 um 23:02 schrieb Orm Finnendahl:
Hi Urs,

Am Samstag, den 10. Januar 2015 um 22:22:15 Uhr (+0100) schrieb Urs
Liska:

Can't test right now, but what about \omit NoteHead?

same problem, glissandolines aren't drawn at all if NoteHeads are
omitted:

And making the NoteHead infinitely small?

\override NoteHead #'stencil = #point-stencil ???

Can't one override the extent of a grob to be zero? AFAIK this is usually done to deliberately avoid collision handling but couldn't this be used in conjunction with \hide to achieve what you want?

HTH
Urs


%<----------------------------------------------------
\version "2.19"

\new Staff
\relative c'' {
   \omit NoteHead
   d,2 \glissando  f' \glissando
   d, \glissando  f' \glissando
   e, \glissando  g' \glissando
   d, \glissando  f' \glissando

}

\paper {
   ragged-right = ##f
   }
%<----------------------------------------------------



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



--
Urs Liska
www.openlilylib.org

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

Reply via email to