The LilyPond Snippet Repository ♪♫

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

Results 111−120 of 371 for markup

Toc Section Command [0.14286]

…toc-section))))) % define section-aware piece-toc-item-command piece = #(define-music-function (text) (markup?) (begin (if (get-toc-section) (add-toc-item! 'tocCollMarkup (get-toc-section))) (set-toc-section! #f) (… …e f } } } #(set-toc-section! "section 2") \bookpart { \piece \markup { "piece 1" } \score { \relative c' { c d e f } } } \bookpart { \piece \markup { "piece 2" } \score { \relative c' { c d e …

Toc Section Command

Evenly spaced text in a measure [0.14286]

…5) } \repeat unfold 6 \relative c' { \bar c-\markup { i } c-\markup { hope } c-\markup { this } c-\… …8 \relative c' { \bar c-\markup { o } c-\markup { ooooooo } c-\markup { o } } >>

Evenly spaced text in a measure

Fretted-string harmonics in tablature [0.14286]

pinchedHarmonics = { \textSpannerDown \override TextSpanner.bound-details.left.text = \markup {\halign #-0.5 \teeny "PH" } \override TextSpanner.style = … …TH 19" } <\parenthesize c'\3 c''\harmonic>2_\markup { \teeny "TH 17" } % touch harmonics (TCH) a4( <e''\harmonic>2. )_\markup { \teeny "TCH" } } frettedStrings = { % artificial harmonics (AH) \harmonicByFret 4 …

Fretted-string harmonics in tablature

Keyboard headword [0.14286]

…layout { \context { \Score \remove "Bar_number_engraver" } } fermataLong = \markup { \override #'(direction . 1) \override #'(baseline-skip . 2) { \… …r8 <cs'' as'' cs'''>4 \arpeggio e''16 ( ^\markup \bold { Lent } fs''16 | \voiceTwo <as'! cs'' gs''>… …override TextScript.outside-staff-priority = #500 <cs, gs,>4. \fermata _\markup \italic { ped. } <fs, cs>8 ( | <e, b,>4. ) \…

Keyboard headword

Open string harmonics in tablature [0.14286]

…1 %first harmonic \override TextSpanner.bound-details.left.text = \markup\small "1st harm. " \harmonicByFret 12 e,2\6\… …stopTextSpan %seventh harmonic \override TextSpanner.bound-details.left.text = \markup\small "7th harm. " \harmonicByFret 2.3 e,\6\… …stopTextSpan %eighth harmonic \override TextSpanner.bound-details.left.text = \markup\small "8th harm. " \harmonicByFret 2 e,\6\startTextSpan \…

Open string harmonics in tablature

Unfretted headword [0.14286]

…Statement Date: Octber the 9th, 2008 %%% %%% Abbreviations %%% db = \markup { \musicglyph "scripts.downbow" } dub = \markup { \line { \musicglyph "scripts.… …deh2 d dih \< %% Measure 9 << { \shift d2 \glissando ^\markup \colmark { \quatre } \shifta e1 } \\ { d2 \open ~ d1 ^\markup \colmark { " " " " \mvib } } >> \breathe r4 \! } %%% %%% Score %%% \score { << \relative c' << \…

Unfretted headword

Woodwind diagrams listing [0.14286]

\layout { indent = 0 } \relative c' { \textLengthOn c1^ \markup { \center-column { 'tin-whistle " " \woodwind-diagram #'tin-whistle #'() } } c1^ \markup { \… …markup { \center-column { 'saxophone " " \woodwind-diagram #'saxophone #'() } } c1^\markup { \center-column { 'bassoon " " \woodwind-diagram #'bassoon #'() } } c1^\markup { \center-column { 'contrabassoon " " \woodwind-diagram #'contrabassoon #'() } } }

Woodwind diagrams listing

Brackets indicating "Hauptstimme" and "Nebenstimme" [0.14286]

…2012-07/msg00036.html % thanks to Mark Knoop hauptStart = \markup { \path #0.25 #'((moveto 0 0) (lineto … …grob 'style 'none) (ly:grob-set-nested-property! grob '(bound-details left text) (markup #:scale (cons mult mult) nebenStart)) (ly:grob-set-nested-property! grob '(bound-details right text) (markup #:scale (cons mult mult) stimmeEnd)) ;;Perhaps you may …

Brackets indicating "Hauptstimme" and "Nebenstimme"

Making noteheads look handwritten [0.14286]

…making hand-written noteheads in LilyPond. Points on a markup path are randomly jittered to form the notehead …

…let ((fill (> (ly:grob-property grob 'duration-log) 1))) (grob-interpret-markup grob (markup #:rotate 45 #:scale '(1.3 . 0.7) #:override `(…

Making noteheads look handwritten

tag manipulating functions and additional filter by tag functions [0.14286]

…END of my personal include file 'tagging.ly' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \markup { \null \translate #'( 1 . -3 ) \null } % 2.14.… …myLayout { \keepWithTag #'FOO \keepPart \Music } \header { piece = \markup \fontsize #-3 { \with-color #grey "\\keepWithTag #'FOO" \bold "\\… …d' -\tag #'LastOnly \p } } \header { piece = \markup \fontsize #-3 { \bold "\\taggedRep #'FirstOnly #'LastOnly …

tag manipulating functions and additional filter by tag functions

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