The LilyPond Snippet Repository ♪♫

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

Results 31−40 of 371 for markup

Changing breathe marks to markup text [0.28571]

Changing breathe marks to markup text

…is enlarged and slightly raised using the \raise markup function.

…override BreathingSign.font-size = #8 \override BreathingSign.text = #(markup (#:raise 0.2 ",")) } } \new Staff { \relative c'' { b4 …

Changing breathe marks to markup text

Alphabetically sorted index [0.28571]

…indexItem and \indexSection both take two arguments (string, markup). The first is used to calculate the order … …Songs" \indexItem #"rock - Stairway to Heaven" \markup "Stairway to heaven" \indexItem #"rock - Nothing Else Matters" \markup "Nothing Else Matters" Limitations: It is not yet …

…- define and index item with \indexItem $sortstring $markup % - use \indexSection $sortstring $markup to divide the … …10 { c d e f } \indexItem #"Bettina" \markup { \larger "Bettina" } \indexItem #"Barbara" \markup { \smallCaps "Barbara" } \repeat unfold 10 { c d e …

Alphabetically sorted index

Skew Markup with a given angle [0.28571]

Skew Markup with a given angle

…layout props arg ang type) ;; skewes the input markup at a certain angle, stencil vanishes at 90 … …##f" \vspace #.2 \skew \hello #45 ##f } } \markup \vspace #1 \markup \line { \left-column { "Text" \vspace #.2 \hello } \left-column { "…

Skew Markup with a given angle

Adding markup to part of a syllable connected with lyric ties (~) [0.28571]

Adding markup to part of a syllable connected with lyric …

% Adding<D-`> markup to part of a syllable connected with lyric … …markup \concat { \with-color #red "a" \tied-lyric "~e~i" } \markup \concat { \tied-lyric "a~" \with-color #red "e" \tied-lyric "~i" } \markup \concat { \tied-lyric "a~e~" \with-color #red "i" } } \score { << \…

Adding markup to part of a syllable connected with lyric ties (~)

Shear markup [0.28571]

Shear markup

…msg6404.html#msg6404 #(define-markup-command (pop-override layout props arg) (markup?) "pop the last override in the markup chain" (… …RoofPlaneLB¹ \RoofPlaneRV² \RoofPlaneLB² \RoofPlaneRV³ \RoofPlaneLB³ } \markup { \BowPlaneLa \BowPlaneLb } \markup \column { \line { \LongPlane¹¹ \LongPlane²¹ } \line { \LongPlane¹² \LongPlane²² } \line { \LongPlane³¹ \LongPlane³² } } %} % Simple Dimetric 3D image \markup \left-align \overlay { % Pilars \translate #(di-map sz 0 …

Shear markup

Aligning columns from different markups [0.26786]

One can use \markup \fill-line { \column { "line1" "line2" ... } \column { "line1" "line2" ... } } to create text markup in multiple columns (for example, writing out the … …one has to use \columns instead of \fill-line: \markup \columns { \column{"default column 1" "line 2"} \column{"…

…1)))) (interpret-markup layout props (make-line-markup (map (lambda (line) (markup #:pad-to-box `(0 . ,line-width) '(0 . 0) #:override `(line-width . ,line-width) … …rest" "line 2" } \column { "c 3" "line 2" } } \markup \columns { \column { "col 1" "line 2" } \column { "col … …column { "Here, column 3 is wider" "line 2" } } \markup \columns { \column { "short" "line 2"} \column { "Long text, …

Aligning columns from different markups

Arrows [0.26786]

…scale when the global-staff-size changes. Here's a markup function that helps create ready-to-use arrows without this … …length #'boldness. Example (at default global-staff-size): \markup{ \scale #'(1.8 . 1.8) \arrow #"… …#3 #0.14 } gives the same output as \markup{ \combine \fontsize #5 \arrow-head #Y #UP ##f \override …

…X)(eq? direction 1))) (if (eq? fletching fletching?) (markup (#:override (cons (quote filled) #f) (#:path boldness `((moveto … …#18 #0.03 } } } %% As split staff indication : \markup\column { \line { See also: \italic %\with-url "http://lsr.… …angle-rad))) (target-y (* length (sin angle-rad)))) (interpret-markup layout props (markup #:translate (cons (/ target-x 2) (/ target-y 2)) #:rotate angle-deg …

Arrows

Vertical spacing of footnotes [0.26786]

…footnote-padding is also inserted between the footnote separator markup and the first footnote. A consequence of this … …a new command \Footnote that accepts either a markup (for single-line footnotes) or a markup list (for multi-line footnotes). The baseline-to-baseline distance of …

…line of a footnote `elts` (which is a markup list holding the lines)." (let ((stils (interpret-markup-list layout … …text-font-defaults.baseline-skip = 1.7 footnote-padding = 3\mm footnote-separator-markup = \markup { \override #'(span-factor . 1/3) \draw-hline } } \markup "time-based footnotes" \score { \relative c'' { r1 | \Footnote #'(…

Vertical spacing of footnotes

Accordion-discant symbols [0.25000]

This snippet has been obsoleted by predefined markup commands, see 'Discant symbols' in the Notation Reference. … …symbols: the placement of the symbols added with \markup can be tweaked by changing the \translate-scaled arguments. \…

discant = \markup { \musicglyph "accordion.discant" } dot = \markup { \musicglyph "accordion.dot" } \… …discant \translate-scaled #'(0 . 1.5) \dot } accPiccolo = ^\markup { \combine \discant \translate-scaled #'(0 . 2.5) \dot } accViolin = ^\markup { \combine \discant \combine \translate-scaled #'(0 . 1.5) \…

Accordion-discant symbols

Rhythm marks / play style indication [obsolete in 2.23] [0.25000]

…2.23.x: use the new built-in \rhythm markup command, e.g., \tempo \markup { Swing \rhythm { 8[ 8] } = \rhythm { \tuplet 3/2 { …

…override Beam.length-fraction = 0.65 } } %% conveniance definitions semibreve = \markup \rhythm { { 1 } } minim = \markup \rhythm { { 2 } } crotchet = \markup \… …label musicI musicII ) (string? ly:music? ly:music?) #{ \mark \markup { \combine \line { \hspace #0 \translate #'(-0.1 . … …layout } % 2nd score end } % line end % end combine } % markup end #}) %%% predefined ly:music-Variables for use %%% in function …

Rhythm marks / play style indication [obsolete in 2.23]

⇦ Previous 1 2 3 4 5 6 7 8 9 10 Next ⇨