Node: Tunable context properties, Next: Internal context properties, Previous: Engravers, Up: Translation
aDueText (string)
alignBassFigureAccidentals (boolean)
allowBeamBreak (boolean)
associatedVoice (string)
Voice that has the melody for this Lyrics line.
autoAccidentals (list)
For determining when to print an accidental, several different rules are tried. The rule that gives the highest number of accidentals is used. Each rule consists of
same-octave:
any-octave:
-1 then the accidental is forget
immediately, and if laziness is #t then the accidental
lasts forever.
autoBeamSettings (list)
autoBeaming (boolean)
autoCautionaries (list)
autoAccidentals, but it controls cautionary accidentals rather than
normal ones. Both lists are tried, and the one giving the most accidentals
wins. In case of draw, a normal accidental is typeset.
automaticBars (boolean)
\bar command. Unlike the \cadenza keyword, measures
are still counted. Bar generation will resume according to that count
if this property is unset.
barAlways (boolean)
barCheckSynchronize (boolean)
measurePosition
when finding a barcheck.
barNumberVisibility (procedure)
bassFigureFormatFunction (procedure)
BassFigure grob. It takes a
list of BassFigureEvents, a context, and the grob to format.
beatGrouping (list)
'(2
3).
beatLength (moment)
chordChanges (boolean)
chordNameExceptions (list)
chordNameExceptionsFull (list)
chordNameExceptionsPartial (list)
chordNameFunction (procedure)
chordNameSeparator (markup)
chordNoteNamer (procedure)
chordRootNamer (procedure)
clefGlyph (string)
clefOctavation (integer)
clefPosition (number)
connectArpeggios (boolean)
createKeyOnClefChange (boolean)
createSpacing (boolean)
crescendoSpanner (symbol)
hairpin, line, dashed-line,
dotted-line. If unset, hairpin type is used.
crescendoText (markup)
cresc.
currentBarNumber (integer)
decrescendoSpanner (symbol)
crescendoSpanner.
decrescendoText (markup)
dim.
defaultBarType (string)
whichBar for information on available bar types.
This variable is read by Timing_engraver at
Score level.
drumPitchTable (hash table)
drumStyleTable (hash table)
drums-style,
timbales-style, congas-style, bongos-style and
percussion-style.
The layout style is a hash table, containing the drum-pitches (e.g. the
symbol hihat) as key, and a list (notehead-style
script vertical-position) as values.
explicitClefVisibility (procedure)
break-visibility function for clef changes.
explicitKeySignatureVisibility (procedure)
break-visibility function for explicit key
changes. \override of #'break-visibility will set the
visibility for normal (i.e. at the start of the line) key signatures.
extraNatural (boolean)
extraVerticalExtent (pair of numbers)
fingeringOrientations (list)
left, right, up and/or down. This list
determines where fingerings are put relative to the chord being
fingered.
followVoice (boolean)
fontSize (number)
forceClef (boolean)
harmonicAccidentals (boolean)
highStringOne (boolean)
ignoreMelismata (boolean)
instr (markup)
instrument
instrument (markup)
instrument property labels the staff in the first system, and
the instr property labels following lines.
instrumentEqualizer (procedure)
instrumentTransposition (pitch)
\quotes.
keyAccidentalOrder (list)
keySignature (list)
majorSevenSymbol (markup)
markFormatter (procedure)
measureLength (moment)
measurePosition (moment)
melismaBusyProperties (list)
#'(melismaBusy beamMelismaBusy), only manual melismata and
manual beams are considered. Possible values include
melismaBusy, slurMelismaBusy, tieMelismaBusy, and
beamMelismaBusy
metronomeMarkFormatter (procedure)
middleCPosition (number)
clefPosition and
clefGlyph.
midiInstrument (string)
midiMaximumVolume (number)
midiMinimumVolume.
midiMinimumVolume (number)
minimumFret (number)
minimumVerticalExtent (pair of numbers)
ottavation (string)
pedalSostenutoStrings (list)
pedalSustainStrings.
pedalSostenutoStyle (symbol)
pedalSustainStyle.
pedalSustainStrings (list)
pedalSustainStyle (symbol)
text, bracket or mixed (both).
pedalUnaCordaStrings (list)
pedalSustainStrings.
pedalUnaCordaStyle (symbol)
pedalSustainStyle.
printKeyCancellation (boolean)
printOctaveNames (boolean)
recordEventSequence (procedure)
rehearsalMark (integer)
repeatCommands (list)
(volta . x), where x is a string or #f
restNumberThreshold (number)
skipBars (boolean)
@lilypond[fragment,verbatim,center]
r1 r1*3 R1*3 \\property Score.skipBars= ##t r1*3 R1*3
@end lilypond
skipTypesetting (boolean)
soloADue (boolean)
soloIIText (string)
soloText (string)
squashedPosition (integer)
stanza (markup)
stemLeftBeamCount (integer)
stemRightBeamCount (integer)
stemLeftBeamCount.
stringOneTopmost (boolean)
stringTunings (list)
subdivideBeams (boolean)
systemStartDelimiter (symbol)
SystemStartBrace,
SystemStartBracket or SystemStartBar.
tablatureFormat (procedure)
timeSignatureFraction (pair of numbers)
#'(4 . 4) is a 4/4 time signature.
timing (boolean)
tonic (pitch)
tremoloFlags (integer)
tupletNumberFormatFunction (procedure)
tupletSpannerDuration (moment)
\times expression that gave rise to it. By setting this
property, you can make brackets last shorter. Example
@lilypond[verbatim,fragment]
context Voice \times 2/3 {
property Voice.tupletSpannerDuration = #(ly:make-moment 1 4)
c-[8 c c-] c-[ c c-]
}
@end lilypond
.
verticalAlignmentChildCallback (procedure)
verticalExtent (pair of numbers)
\set Staff.verticalExtent = #'(-5.0 . 5.0)
This does not work for Voice or any other context that doesn't form a
vertical group.
vocNam (markup)
vocalName (markup)
voltaOnThisStaff (boolean)
voltaSpannerDuration (moment)
\alternative. This can be
used to shrink the length of brackets in the situation where one
alternative is very large.
whichBar (string)
Example:
\set Staff.whichBar = "|:"
This will create a start-repeat bar in this staff only. Valid values are described in bar-line-interface.
|
Read comments on this page, or
add one.
This page is for LilyPond-2.2.0 (stable-branch). |