The LilyPond Snippet Repository ♪♫

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

Results 1−10 of 10 for tuning

Custom tuning and MIDI rendering [0.32143]

Custom tuning and MIDI rendering

For custom tuning in MIDI output, you define both the pitches … …pitch adjustment in the MIDI output. MIDI implements tuning as a "pitch-bend" adjustment from equal-temperament, changing with …

…these tables are indexed to pitches from our tuning. % keyAlterationOrder needs to know our pitches to typeset …

Custom tuning and MIDI rendering

Tuning the MIDI output in Herz [0.25000]

Tuning the MIDI output in Herz

…For example, 440 Hz is the most common tuning, and 415 Hz is a typical baroque tuning.

Tuning the MIDI output in Herz

Retuning to a regular temperament [0.24107]

…for meantone temperaments or near-Pythagorean intonations. The default tuning is for 12 note equal temperament. This snippet … …is a single line of rising pitches. The tuning is specified as the number of steps to …

…equal temperament, change the "31". \include "english.ly" tuning = #31 % Resets LilyPond's "default scale" containing the … …newglyphs = #(begin (retune-nominals tuning) (ly:parser-set-note-names (retuned-pitchnames pitchnames tuning)) (retune-glyphs standard-alteration-glyph-name-alist tuning)) \score { \new Staff \relative c' { \set Staff.extraNatural = …

Retuning to a regular temperament

Name tuning of each string in a TabStaff [0.21429]

Name tuning of each string in a TabStaff

In a TabStaff, the tuning of each string can be displayed to the …

Name tuning of each string in a TabStaff

Predefined ukulele fretboards [0.17857]

…a definition for ukulele-tunings for the standard soprano tuning A-E-C-G, with which Lilypond is able to autogenerate …

…www.kiwiukulele.co.nz/) % standard A-E-C-G soprano ukulele tuning #(define-public ukulele-tuning '(9 4 0 7)) %%% a … …fretboards. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \header { title = "Soprano ukulele Chord Chart (A-E-C-G Tuning)" } myChords = \chordmode { a1 a:m a:7 a:m7 a:dim a:maj7 …

Predefined ukulele fretboards

Inserting score fragments above a staff, as markups [0.10714]

tuning = \markup { \score { \new Staff \with { \remove "Time_signature_… …Suite IV" subsubtitle = \markup { Originalstimmung: \raise #0.5 \tuning } tagline = ##f } \layout { ragged-right = ##f } \relative c'' { \time …

Inserting score fragments above a staff, as markups

Microtonal notation and theory of harmony [0.10714]

…so that MIDI output and \transposition honor your tuning system. The example below comes from Helmholtz and … …The sharp, flat and natural notes represent 'Pythagorean' tuning following the cycle of perfect fifths, which results …

Microtonal notation and theory of harmony

Changing properties for individual grobs [0.07143]

The \applyOutput command allows the tuning of any layout object, in any context. It …

Changing properties for individual grobs

Defining predefined fretboards for other instruments [0.07143]

…this is done by defining a new string tuning and a few predefined fretboards for the Venezuelan …

Defining predefined fretboards for other instruments

Tab clef with strings labeled [0.07143]

…beginner guitarists or for tabs where a non-standard tuning is used. You can select the classic tab …

Tab clef with strings labeled