X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-grob-properties.scm;h=34363155f5a7bd7dbd0f9e4cdffe58ba5d0fa90b;hb=fb04880077ab1b4107815ab50b171a97e2fd3772;hp=58a085800f6ed7a2597ff61c44077eb839d2d1f9;hpb=4f49b000d6e257724e311b406e2346b8388c1f0e;p=lilypond.git diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 58a085800f..34363155f5 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -406,6 +406,8 @@ read from the NonMusicalPaperColumn that begins the measure.") ;; (gap ,ly:dimension? "Size of a gap in a variable symbol.") (gap-count ,integer? "Number of gapped beams for tremolo.") + (glissando-skip ,boolean? "Should this @code{NoteHead} be skipped +by glissandi?") (glyph ,string? "A string determining what @q{style} of glyph is typeset. Valid choices depend on the function that is reading this property.")