GuileProxy¶
-
class
abjad.parser.GuileProxy.
GuileProxy
(client=None)¶ Emulates LilyPond music functions.
Used internally by LilyPondParser.
Not composer-safe.
Attributes Summary
__call__
Calls Guile proxy on function_name
witharguments
.acciaccatura
Handles LilyPond \acciaccatura
command.appoggiatura
Handles LilyPond \appoggiatura
command.bar
Handles LilyPond \bar
command.breathe
Handles LilyPond \breathe
command.clef
Handles LilyPond \clef
command.grace
Handles LilyPond \grace
command.key
Handles LilyPond \key
command.language
Handles LilyPond \language
command.makeClusters
Handles LilyPond \makeClusters
command.mark
Handles LilyPond \mark
command.oneVoice
Handles LilyPond \oneVoice
command.relative
Handles LilyPond \relative
command.skip
Handles LilyPond \skip
command.slashed_grace_container
Handles LilyPond \slahsedGrace
command.time
Handles LilyPond \time
command.times
Handles LilyPond \times
command.transpose
Handles LilyPond \transpose
command.voiceFour
Handles LilyPond \voiceFour
command.voiceOne
Handles LilyPond \voiceOnce
command.voiceThree
Handles LilyPond \voiceThree
command.voiceTwo
Handles LilyPond \voiceTwo
command.Special methods
-
__call__
(function_name, arguments)¶ Calls Guile proxy on
function_name
witharguments
.Returns function output.
-
(
AbjadObject
).__format__
(format_specification='')¶ Formats Abjad object.
Set
format_specification
to''
or'storage'
. Interprets''
equal to'storage'
.Returns string.
-
(
AbjadObject
).__repr__
()¶ Gets interpreter representation of Abjad object.
Returns string.
Methods
-
acciaccatura
(music)¶ Handles LilyPond
\acciaccatura
command.
-
appoggiatura
(music)¶ Handles LilyPond
\appoggiatura
command.
-
bar
(string)¶ Handles LilyPond
\bar
command.
-
breathe
()¶ Handles LilyPond
\breathe
command.
-
clef
(string)¶ Handles LilyPond
\clef
command.
-
grace
(music)¶ Handles LilyPond
\grace
command.
-
key
(notename_pitch, number_list)¶ Handles LilyPond
\key
command.
-
language
(string)¶ Handles LilyPond
\language
command.
-
makeClusters
(music)¶ Handles LilyPond
\makeClusters
command.
-
mark
(label)¶ Handles LilyPond
\mark
command.
-
oneVoice
()¶ Handles LilyPond
\oneVoice
command.
-
relative
(pitch, music)¶ Handles LilyPond
\relative
command.
-
skip
(duration)¶ Handles LilyPond
\skip
command.
-
slashed_grace_container
(music)¶ Handles LilyPond
\slahsedGrace
command.
-
time
(number_list, fraction)¶ Handles LilyPond
\time
command.
-
times
(fraction, music)¶ Handles LilyPond
\times
command.
-
transpose
(from_pitch, to_pitch, music)¶ Handles LilyPond
\transpose
command.
-
voiceFour
()¶ Handles LilyPond
\voiceFour
command.
-
voiceOne
()¶ Handles LilyPond
\voiceOnce
command.
-
voiceThree
()¶ Handles LilyPond
\voiceThree
command.
-
voiceTwo
()¶ Handles LilyPond
\voiceTwo
command.
-