The LilyPond Snippet Repository ♪♫

What's this? Searching the LSR Browse Contributing Snippet database

Results 21−30 of 81 for notehead

Extracting unmodified fragments of a music expression [0.12500]

…music from-length to-length)))) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% music = \relative c' { \override Staff.NoteHead.color = #blue <c e>4-- d\< \tuplet 3/… …g4 f8 e } \\ { e4 d8 c } >> \override Voice.NoteHead.color = #green d2 g \override Voice.NoteHead.color = #red g16 a g f e8 d …

Extracting unmodified fragments of a music expression

Center Lyric Syllables (ignoring punctuation) [0.12500]

…string? text) (width grob word) (width grob text))) (notehead (ly:grob-parent grob X)) (refp (ly:grob-common-refpoint notehead grob X)) (note-extent (ly:grob-extent notehead refp X)) (note-width (- (cdr note-extent) (car note-extent)))) (…

Center Lyric Syllables (ignoring punctuation)

Easy Gregorian notation [0.12500]

…override Stem.X-extent = #'(.1 . 0) \once\override NoteHead.stem-attachment = #'(-1.5 . -.1) $mus \omit … …Flag \omit Beam \override SpacingSpanner.packed-spacing = ##t \override NoteHead.stencil = #(lambda (grob) (let ((pos (ly:grob-property grob '… …neume = #(define-music-function (mus) (ly:music?) #{ \once\override NoteHead.stencil = #(lambda (grob) (grob-interpret-markup grob #{ \markup\…

Easy Gregorian notation

Of the ubiquity of markup objects [0.12500]

…text = \markup "TupletNumber" \tuplet 3/2 { \once \override NoteHead.stencil = #ly:text-interface::print \once \override NoteHead.text = \markup \lower #0.5 "NoteHead" c''8^\markup "TextScript" \once \override Rest.stencil = …

Of the ubiquity of markup objects

„Schleifer“ ornament implemented as modified grace note [0.12500]

…#(define-music-function (note) (ly:music?) #{ \grace { \once\override NoteHead.stencil = #ly:text-interface::print \once\override NoteHead.X-extent = #'(-2 . -0) \once\override NoteHead.text = \schleiferMarkup \once\omit Stem \once\omit Flag $…

„Schleifer“ ornament implemented as modified grace note

Parenthesize note heads using a Scheme function [0.10714]

…5) subject-dim-y))) parenthesize-stencil) \relative c' { c4 e \override NoteHead.stencil = #(parenthesize-callback ly:note-head::print) g4 bes a1 \revert NoteHead.stencil a8 gis8 a2. }

Parenthesize note heads using a Scheme function

Glissando written out in small notes [0.10714]

…TupletBracket.bracket-visibility = ##f % Prepare for small notes \override NoteHead.font-size = #-4 \override Accidental.font-size = #-4 % Force stem … …c cis d] } % Restore normal note size \revert NoteHead.font-size \revert Accidental.font-size es32.[) fis,,64] }

Glissando written out in small notes

Coloring elements of notation [0.10714]

…it/LSR/Item?id=419 \relative c'' { \override NoteHead.color = #red c4 c \override NoteHead.color = #(x11-color 'LimeGreen) d \override Stem.color = …

Coloring elements of notation

Using PostScript to generate special note head shapes [0.10714]

…1.3125) (cons -.75 .75)) myNoteHeads = \override NoteHead.stencil = \parallelogram normalNoteHeads = \revert NoteHead.stencil \relative c'' { \myNoteHeads g4 d' \normalNoteHeads <f, \…

Using PostScript to generate special note head shapes

Flams, drags and ruffs [0.10714]

…f c> % Change appearance of grace-notes. $(add-grace-property 'Voice 'NoteHead 'style 'cross) \ruff <c f>~ <c f> $(remove-grace-property 'Voice 'NoteHead 'style) \graceRepeat #4 <f c> % Insert the beginning …

Flams, drags and ruffs

⇦ Previous 1 2 3 4 5 6 7 8 9 Next ⇨