The LilyPond Snippet Repository ♪♫

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

Results 181−190 of 359 for markup

Colored arrow [0.13393]

…number? number? number? number?) (interpret-markup layout props #{ \markup { \with-dimensions #'(0 . 0) #'(0 . 0) \translate … …#2 #2 } e'1-\tweak layer #-1 -\markup {\Arrow #cyan #255 #14 #-1 #2 } e'1-\tweak layer #2 -\markup {\Arrow #red #172 #11 #1 #2 } % To have …

Colored arrow

Pipe-band snare drums [0.13393]

…#}) % DYNAMICS WITH EXTENDERS: dynLine = #(define-music-function (text) (markup?) #{ \once \override TextSpanner.style = #'line \once \… …dynamic #text } \once \override TextSpanner.bound-details.right.text = \markup { \draw-line #'(0 . -1) } #}) % REPEAT BRACKETS: % Beginning: … …stopGroup #}) % On one single note : rn = \markup \lower #4 \halign #1 { \path #0.1 #'((…

Pipe-band snare drums

Merging nested system start brackets [0.13393]

…Y DOWN (ly:make-stencil (list 'color my-color (ly:stencil-expr mask)))))) \markup { \score { \new StaffGroup << \new StaffGroup \with { \override SystemStartBracket.… …extra-offset = #'(0.6 . 0) } << \new Staff { c'^\markup \rotate #-90 ":-)" } \new Staff { d' } >> \new Staff { e' } >> \layout {} } " " \score { \new StaffGroup << \new Staff { c'^\markup \rotate #-90 ":-)" } \new StaffGroup \with { \override SystemStartBracket.…

Merging nested system start brackets

Harp muffle notation [0.13393]

mufflePath= \markup \path #0.15 #'((moveto -1.25 0) (… …combine \mufflePath \draw-circle #1 #0.15 ##f oMuffleMarkup= \markup \combine \center-align \huge \bold \normal-text "O" \center-align \translate #'(0 . 1) \mufflePath innerMuffleMarkup= \markup \combine \muffleMarkup \translate #'(0 . 1) \draw-circle #.…

Harp muffle notation

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

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

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