The LilyPond Snippet Repository ♪♫

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

Results 161−170 of 371 for markup

Ancient accidentals [0.13839]

…5/4 \override Staff.Accidental.alteration-glyph-name-alist = #standard-alteration-glyph-name-alist cisis^\markup { \typewriter default } cis c ces ceses \override Staff.… …ces ceses \override Staff.Accidental.alteration-glyph-name-alist = #alteration-vaticana-glyph-name-alist cisis^\markup { \typewriter vaticana } cis c ces ceses \override Staff.Accidental.alteration-glyph-name-alist = #alteration-mensural-glyph-name-alist cisis^\markup { \typewriter mensural } cis c ces ceses }

Ancient accidentals

Rest styles [0.13839]

…TimeSignature \cadenzaOn \override Staff.Rest.style = #'mensural <>^\markup \typewriter { mensural } \restsA \bar "" \break \override Staff.Rest.… …bar "" \break \override Staff.Rest.style = #'z <>^\markup \typewriter { z-style } \restsB \bar "" \break \override Staff.Rest.style = #'default <>^\markup \typewriter { default } \restsB \bar "" \break } \paper { indent = 0 …

Rest styles

Book parts [0.13839]

…a different part-tagline at part last page oddFooterMarkup = \markup { \column { \fill-line { %% Copyright header field only on book … …first book part } \markup { a page break } \pageBreak \markup { first part last page } \markup \wordwrap { with ragged-last-bottom (see the space below this …

Book parts

Including a file only once [0.13839]

…define-music-function <stuff>) % as % #(define-public-toplevel fname (define-music-function <stuff>)) % % markup definition % % var = \markup { <stuff> } % as % #(define-public-toplevel var (… …make-music 'SequentialMusic 'void #t)) (make-music 'SequentialMusic 'void #t)))))) \markup { Pointless markup to avoid LSR rejecting the snippet for lack …

Including a file only once

Adding fingerings (or string numbers or stroke fingerings) outside of the music code [0.13839]

…3 %% 4th measures } %} \score {<< \new Staff \with { instrumentName = \markup \center-column { "original""music" }} \music \new Staff \with { instrumentName = \… …test \addStringNumber and \addStrokeFinger \new Staff \with { instrumentName = \markup \center-column {"music with""string number"}} \addStringNumber \music #"… …3 1234 % mes 4 " \new Staff \with { instrumentName = \markup \center-column {"music with""right hand" "fingerings"}} \addStrokeFinger \music …

Adding fingerings (or string numbers or stroke fingerings) outside of the music code

tempo (metronome) marks with approximation sign [0.13839]

…tempoHideParenthesis ,boolean? "Hide the parenthesis around the metronome markup with text") (tempoEquationText ,string? "initially ''='' in the metronome … …outside-staff-priority = #1000 \tempo "Tempo I" 4 = 80 c'^" "_\markup \column { "\\set Score.metronomeMarkFormatter = #format-metronome-markup" "(which is LILYPOND's default Metronome Mark Formatter)" } \bar "|." } \header { piece = \markup \column { "»Score.metronomeMarkFormatter = #format-metronome-markup-approx«" "is assigned by a …

tempo (metronome) marks with approximation sign

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

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