Siguiente: Instrument Specific Markup, Anterior: Graphic, Arriba: Text markup commands
\doubleflat
\markup { \doubleflat }
\doublesharp
\markup { \doublesharp }
\flat
\markup { \flat }
\musicglyph
glyph-name (string)glyph-name is converted to a musical symbol; for example,
\musicglyph #"accidentals.natural"
selects the natural sign from
the music font. See La tipografía Feta for a complete listing of
the possible glyphs.
\markup { \musicglyph #"f" \musicglyph #"rests.2" \musicglyph #"clefs.G_change" }
\natural
\markup { \natural }
\note-by-number
log (number) dot-count (number) dir (number)Construct a note symbol, with stem. By using fractional values for dir, you can obtain longer or shorter stems.
\markup { \note-by-number #3 #0 #DOWN \hspace #2 \note-by-number #1 #2 #0.8 }
Used properties:
style
('())
font-size
(0)
\note
duration (string) dir (number)
This produces a note with a stem pointing in dir direction, with
the duration for the note head type and augmentation dots. For
example, \note #"4." #-0.75
creates a dotted quarter note, with
a shortened down stem.
\markup { \override #'(style . cross) { \note #"4.." #UP } \hspace #2 \note #"breve" #0 }
Used properties:
style
('())
font-size
(0)
\score
score (unknown)\markup { \score { \new PianoStaff << \new Staff \relative c' { \key f \major \time 3/4 \mark \markup { Allegro } f2\p( a4) c2( a4) bes2( g'4) f8( e) e4 r } \new Staff \relative c { \clef bass \key f \major \time 3/4 f8( a c a c a f c' es c es c) f,( bes d bes d bes) f( g bes g bes g) } >> \layout { indent = 0.0\cm \context { \Score \override RehearsalMark #'break-align-symbols = #'(time-signature key-signature) \override RehearsalMark #'self-alignment-X = #LEFT } \context { \Staff \override TimeSignature #'break-align-anchor-alignment = #LEFT } } } }
\semiflat
\markup { \semiflat }
\semisharp
\markup { \semisharp }
\sesquiflat
\markup { \sesquiflat }
\sesquisharp
\markup { \sesquisharp }
\sharp
\markup { \sharp }
\tied-lyric
str (string)Like simple-markup, but use tie characters for ‘~’ tilde symbols.
\markup { \tied-lyric #"Lasciate~i monti" }
Esta página corresponde a LilyPond-2.11.58 (rama de desarrollo).
Informe de los fallos a través de la lista en español lilypond-es, o en inglés a través de http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Se agradecen las sugerencias para la documentación.