The LilyPond Snippet Repository ♪♫

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

Results 161−170 of 359 for markup

Fretted headword [0.13839]

…extra-offset = #(cons offsetX offsetY) #}) % markups rit = \markup \center-align { \bold { \italic { " rit." } } } dimin = \markup \center-align { \italic { " … …left-align { \italic { \bold { \fontsize #2.5 { "Andantino" } } } } benmarcato = \markup { \italic { \bold { "il canto ben marcato" } } } pdolce = #(make-dynamic-script (markup #:line (#:dynamic "p" #:normal-text #:italic "dol."))) %%% THE MUSIC %%% …

Fretted headword

Recorder fingering chart [0.13839]

…violin gis'1*1/4 \stemDown a'4^\markup "1)" \centermarkup \once \override TextScript.padding = 2 bes'… …Staff.HorizontalBracket.direction = #UP e''1*1/4_\markup \override #'(baseline-skip . 1.7) \column { \fontsize #-5 \… …4 \finger 5}\startGroup f''1*1/4^\markup "2)"\stopGroup } }

Recorder fingering chart

Repeat-bar-lines with angle-wings for whole StaffGroup (manually) [0.13839]

…PPS on April 2015 %here starts the snippet: \markup\italic "Standard alternate repeat barline output in a … …ly:stencil-combine-at-edge (ly:bar-line::print grob) X LEFT (grob-interpret-markup grob #{ \markup \translate #(cons 0 repeat-bar-translate) \staff-group-bracket #repeat-bar-height #}))) … …ly:stencil-combine-at-edge (ly:bar-line::print grob) X RIGHT (grob-interpret-markup grob #{ \markup \rotate #180 \translate #(cons 0 repeat-bar-translate) \staff-group-bracket …

Repeat-bar-lines with angle-wings for whole StaffGroup (manually)

Outliner [0.13839]

…outliner layout props thickness color arg) (number? color? markup?) #:category other #:properties ((angle-increments 16) (radial-increments 1)) (stencil-whiteout-box-outline (… …with-color #red look } } } %% Define a score as a markup %% in order to be able to apply 'outliner': \markup\left-column { \with-color #white \outliner #1.3 #(x11-color '…

Outliner

Strikethrough text [0.13839]

#(define-markup-command (strikethrough layout props arg) (markup?) #:category font #:properties ((thickness 2)) " @cindex strikethrough, text … …car xextent) y-pos (cdr xextent) y-pos)))) \header { title = \markup { The \strikethrough Well- Tempered Clavier } } \markup { by \strikethrough J.S. P.D.Q. Bach. }

Strikethrough text

Controlling the appearance of tremolo slashes [0.13839]

…g':] d':[ d':] } \new Staff { <>^\markup "default" \music } \new Staff { <>^\markup \typewriter "style = #'… …override StemTremolo.shape = #'rectangle \music } \new Staff { <>^\markup \typewriter "shape = #'beam-like" \override StemTremolo.shape = #'beam-like \music } \new Staff { <>^\markup \typewriter "slope = -0.2" \override StemTremolo.slope = -0.…

Controlling the appearance of tremolo slashes

Guitar half-Barred or full-Barred [0.13839]

…the B barred startBb = #(define-event-function (txt1 arg)(markup? boolean?) #{ \tweak bound-details.left.text \markup\normal-text\… …translate #'(0.18 . 0.20) "|" #} #{ \markup "B" #}) \tiny $txt1 } \tweak dash-period 0.8 \… …bound-details.right-broken.text ##f \tweak bound-details.right.text \markup \with-dimensions #'(0 . 0) #'(-.3 . 0) \…

Guitar half-Barred or full-Barred

Vertical brace spanning several lyrics lines [0.13393]

…but % to the vertical center leftbrace = \set stanza = \markup { \hspace #1 \translate #'(0 . 0.8) \left-brace … …StanzaNumber.extra-offset = #'(0 . -1) } leftbrace = \set stanza = \markup { \hspace #1 \translate #'(0 . -0.6) \left-brace #25 } rightbrace = \set stanza = \markup { \hspace #1 \translate #'(0 . 0.4) \right-brace …

Vertical brace spanning several lyrics lines

Flat and sharp symbols in text-markups [0.13393]

…di.unimi.it/LSR/Item?id=288 raisedFlat = \markup { \translate #(cons -0.4 0.5) \smaller \… …Clar. } \line { "in B"\raisedFlat } } } \relative c' { des1^\markup { "D" \translate #(cons -0.3 0.4) \flat "major" } ~ | des | dis1^\markup { "D" \translate #(cons -0.3 0.9) \…

Flat and sharp symbols in text-markups

Combining pedal notes with clef changes [0.13393]

…set Staff.clefPosition = #-8 \set Staff.middleCPosition = #-6 } \markup { 1. Without tweaking clef properties, output is nonsensical } \… …MIDI output \tag #'midi { <es'' es'> } } >> \bar "|." } >> } \markup { 3. Bars 148 - 151 from Debussy's \… …e) } } \new Voice { \voiceTwo bes4. ~ | bes | bes ~ | bes | } >> <>^\markup { 4. As above, but with small clefs on …

Combining pedal notes with clef changes

⇦ Previous 11 12 13 14 15 16 17 18 19 20 Next ⇨