\version "2.11.62-1" qSq = #(ly:make-stencil (list 'embedded-ps "gsave currentpoint translate newpath 0 0.51 moveto 1 0.51 lineto 1 -0.51 lineto 0 -0.51 lineto closepath fill grestore") (cons 0 1) (cons 0 0)) qRect = #(ly:make-stencil (list 'embedded-ps "gsave currentpoint translate newpath 0 0.55 moveto 1.3125 0.55 lineto 1.3125 -0.55 lineto 0 -0.55 lineto closepath fill grestore") (cons 0 1.3125) (cons 0 0)) qSlantSq = #(ly:make-stencil (list 'embedded-ps "gsave currentpoint translate newpath 0 0.01 moveto 1 0.51 lineto 1 -0.01 lineto 0 -0.51 lineto closepath fill grestore") (cons 0 1) (cons 0 0)) qSlantRect = #(ly:make-stencil (list 'embedded-ps "gsave currentpoint translate newpath 0 0.01 moveto 1.3125 0.51 lineto 1.3125 -0.01 lineto 0 -0.51 lineto closepath fill grestore") (cons 0 1.3125) (cons 0 0)) qLinkFull = #(ly:make-stencil (list 'embedded-ps "gsave currentpoint translate newpath 0 0.26 moveto 1.3125 0.76 lineto 1.3125 -0.26 lineto 0 -0.76 lineto closepath fill grestore") (cons 0 1.3125) (cons 0 0)) qLinkCowell = #(ly:make-stencil (list 'embedded-ps "gsave currentpoint translate newpath 0.3 0.51 moveto 1.0125 0.51 lineto 1.0125 -0.51 lineto 0.3 -0.51 lineto closepath fill grestore") (cons 0 1.3125) (cons 0 0)) qLinkSciarrinoUp = #(ly:make-stencil (list 'embedded-ps "gsave currentpoint translate newpath 0.65625 0.55 moveto 1.3125 0.8 lineto 1.3125 -0.3 lineto 0.65625 -0.55 lineto closepath fill grestore") (cons 0 1.3125) (cons 0 0)) qLinkSciarrinoDown = #(ly:make-stencil (list 'embedded-ps "gsave currentpoint translate newpath 0 0.3 moveto 0.65625 0.55 lineto 0.65625 -0.55 lineto 0 -0.8 lineto closepath fill grestore") (cons 0 1.3125) (cons 0 0)) \relative g' { \time 2/4 \override TextScript #'font-size = #-4 \override NoteHead #'X-offset = #0 \override NoteHead #'stencil = \qSq 4^"square" \override NoteHead #'stencil = \qRect ^"rectangle" \override NoteHead #'stencil = \qSlantSq ^"slant-sq" \override NoteHead #'stencil = \qSlantRect ^"slant-rect" \revert NoteHead #'stencil ^"full-width" \override NoteHead #'stem-attachment = #'(1 . 4.75) ^"Cowell" \revert NoteHead #'stem-attachment ^"Sciarrino" } \layout{ indent = #0 ragged-right = ##t }