The LilyPond Snippet Repository ♪♫

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

Results 1−5 of 5 for tonic

Automatically display key names above key signatures [0.13393]

…html % by Paul Morris % tonic-num: number of the tonic note 0-6, C=0, B=6 % acc-type: the … …flat, otherwise a pair % maj-num: number of the tonic note 0-6, if the key sig were major % … …grob))) (let* ((context (ly:translator-context engraver)) (tonic-pitch (ly:context-property context 'tonic)) (tonic-num (ly:pitch-notename tonic-pitch)) (acc-list (ly:grob-property grob 'alteration-alist)) (acc-type (…

Automatically display key names above key signatures

Applying note head styles depending on the step of the scale [0.07143]

…as set by the key signature or the tonic property). This property requires a set of symbols, …

Applying note head styles depending on the step of the scale

Applying note head styles (shapes) based on pitch or note name [0.07143]

…as set by the key signature or the "tonic" property). The note head style you designate for …

Applying note head styles (shapes) based on pitch or note name

Microtonal notation and theory of harmony [0.07143]

…If the major scale is built from the tonic, dominant, and subdominant % major chords, then the major …

Microtonal notation and theory of harmony

Numbers as easy note heads [0.07143]

…source-engraver) (let* ((context (ly:translator-context engraver)) (tonic-pitch (ly:context-property context 'tonic)) (tonic-name (ly:pitch-notename tonic-pitch)) (grob-pitch (ly:event-property (event-cause grob) 'pitch)) (…

Numbers as easy note heads