The LilyPond Snippet Repository ♪♫

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

Results 191−200 of 371 for markup

Parenthesize crescendo and decrescendo spanners [0.13393]

…parC = #(define-event-function () () #{ \tweak bound-details.left.text \markup\concat { \lower #.1 "(" "cresc." } \tweak bound-details.left.… …parD = #(define-event-function () () #{ \tweak bound-details.left.text \markup\concat { \lower #.1 "(" "decresc." } \tweak bound-details.left.… …bound-details.left-broken.text ##f \tweak bound-details.right.text \markup\lower #.5 " )" \tweak bound-details.right.attach-dir #.…

Parenthesize crescendo and decrescendo spanners

Watermark [0.13393]

watermark = \markup \with-dimensions-from\null { \translate #'(-70 . -120) \rotate #50 \… …fill-line { \null \if \should-print-page-number \fromproperty #'page:page-number-string } } evenHeaderMarkup = \markup { \combine\watermark \fill-line { \if \should-print-page-number \fromproperty #'page:page-number-string \null } } } \header { dedication = \markup \italic "This music is dedicated to the LSR" …

Watermark

Arrows-line function with text spanners [0.13393]

arrowSp = #(define-event-function (text1 text2 arrw-angle) (markup? markup? number-list?) #{ \tweak direction #down \tweak style … …right.padding #0.8 \tweak bound-details.left.text \markup\raise #-0.8 $text1 \tweak bound-details.right.text \markup\raise #-0.8 $text2 \tweak rotation $arrw-angle \startTextSpan …

Arrows-line function with text spanners

Magnetic lyrics: snap syllables together if the hyphen inbetween is too short [0.13393]

…lt rt)))) ;; Right-align `ltrt` to the right side. (markup (grob-interpret-markup grob (make-translate-markup (cons (interval-length this-x-ext) 0) (make-right-align-markup … …baff -- ling car -- fuff -- ling } >> } \markup "Without magnetic lyrics:" \score { \music } \markup "With magnetic lyrics:" \score { \music \layout { \context { \Lyrics \…

Magnetic lyrics: snap syllables together if the hyphen inbetween is too short

Creating a “tacet al fine” rest [0.13393]

…MultiMeasureRest.minimum-length = 16 \override MultiMeasureRestText.padding = #1 R1^\markup \bold "Tacet al fine" \bar "|." } tuba = { \clef bass … …addQuote "tubaPart" \tubaPart \markup "Full Tuba part:" \tubaPart \markup \vspace #4 \markup "“Tacet” Tuba part:" \new Staff { \clef bass \quoteDuring "…

Creating a “tacet al fine” rest

Ancient fonts [0.12500]

…style = #'vaticana.punctum \key es \major \textMark \markup \rounded-box "Vaticana clefs, custos and note heads" \clef "… …vaticana.cephalicus <>^"vaticana.punctum.cephalicus" \m \break \textMark \markup \rounded-box "Medicaea clefs, custos and note heads" \set … …#'medicaea.rvirga <>^"medicaea.rvirga" \m \break \textMark \markup \rounded-box "Hufnagel clefs, custos and note heads" \set …

Ancient fonts

How to change fret diagram position [0.12500]

…b4:13 } \score { << \new ChordNames \harmonies \new Staff {a8^\markup { \fret-diagram "6-x;5-0;4-2;3-0;2-0;1-2;" } % THE … …once \override TextScript.extra-offset = #'(10 . 0) b4.~^\markup { \fret-diagram "6-x;5-2;4-4;3-2;2-2;1-4;" } b4. … …METHOD << { a8 b4.~ b4. a8} { s4 s4 s4^\markup { \fret-diagram "6-x;5-2;4-4;3-2;2-2;1-4;" } } >> } >> }

How to change fret diagram position

Breathing signs [0.12500]

…start a Voice below \override Staff.BreathingSign.text = \markup { \musicglyph "scripts.rvarcomma" } << { g4 as g } \\ { es4 \breathe bes es } >> | % vee \override BreathingSign.text = \markup { \musicglyph "scripts.upbow" } es8[ d es f g] \breathe f | % caesura \override BreathingSign.text = \markup { \musicglyph "scripts.caesura.curved" } es8[ d] \breathe es[ …

Breathing signs

Changing the default text font family [0.12500]

…Sans" "DejaVu Sans Mono" (/ myStaffSize 20))) } { g'''4^\markup { DejaVu Serif: \bold bold \italic italic \italic \bold { bold italic } } g4_\markup { \override #'(font-family . sans) { DejaVu Sans: \bold bold \italic italic \italic \bold { bold italic } } } g''2^\markup { \override #'(font-family . typewriter) { DejaVu Sans Mono: \bold …

Changing the default text font family

Center text below hairpin dynamics [0.12500]

\paper { tagline = ##f } hairpinWithCenteredText = #(define-music-function (text) (markup?) #{ \once \override Voice.Hairpin.after-line-breaking = #(lambda (… …stencil (ly:stencil-translate-axis new-stencil x-shift X)))) #}) hairpinMolto = \hairpinWithCenteredText \markup { \italic molto } hairpinMore = \hairpinWithCenteredText \markup { \larger moltissimo } \layout { ragged-right = ##f } \relative c' { \hairpinMolto …

Center text below hairpin dynamics

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