The LilyPond Snippet Repository ♪♫

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

Results 1−10 of 49 for size

Changing the size of woodwind diagrams [0.28571]

Changing the size of woodwind diagrams

The size and thickness of woodwind diagrams can be changed.

…woodwind-diagram #'piccolo #'() c^\markup \override #'(size . 1.5) { \woodwind-diagram #'piccolo #'() } c^\markup \…

Changing the size of woodwind diagrams

Changing the size of a staff with a music function [0.25000]

Changing the size of a staff with a music function

To change the size of an individual staff, you would \set the … …used in any context that has a font size engraver, not just Staff contexts.) If you want …

Changing the size of a staff with a music function

Changing a single note's size in a chord [0.21429]

Changing a single note's size in a chord

…command, followed by font-size and define the proper size like #-2 (a tiny note head).

Changing a single note's size in a chord

Changing \flageolet mark size [0.21429]

Changing \flageolet mark size

…ragged-right = ##f } \relative c'' { d4^\flageolet_\markup { default size } d_\flageolet c4^\smallFlageolet_\markup { smaller } c_\smallFlageolet }

Changing \flageolet mark size

Changing the staff size [0.21429]

Changing the staff size

…use #(set-global-staff-size xx), an individual staff's size can be changed by scaling the properties 'staff-space …

Changing the staff size

Parenthesize note heads using a Scheme function [0.17857]

…parentheses around note heads and recalculates the grob size and adjusts the stem position.

…of stem (stem-pos (ly:grob-property grob 'stem-attachment)) ;; remember old size (subject-dim-x (ly:stencil-extent subject X)) (subject-dim-y (ly:stencil-extent subject Y))) ;; … …- (car stem-pos) 0.43) (cdr stem-pos))) ;; adjust size (ly:make-stencil (ly:stencil-expr subject) (interval-widen subject-dim-x 0.5) subject-dim-y))) …

Parenthesize note heads using a Scheme function

Clarinet fingering chart and tablatures [0.17857]

…Lfore" . "") ("Rring" . "")("Lring" . "")) Eventually, you can specify the size of the clarinet tablature by writing at the … …default x=1. Specifying other values multiplies the size by x. Example: clarTabScale = #1.5

…ly:set-option 'point-and-click #f) clarTabScale = #2 %% to change the size \paper { system-system-spacing.basic-distance = 40 tagline = ##f } %% \repeat "unfold" …

Clarinet fingering chart and tablatures

Full bar rest number only if all voices have rests [0.17857]

…or multi-measure rest, only noteheads with a minimum size trigger the removal of the full-bar rest numbers. …

…x) (apply define-grob-property x)) `((size-threshold-to-remove-mm-rest-rumber ,number? "The minimum size noteheads need to trigger the removal of multi … …restNumberThreshold = #0 % this way you can tune the size limit, when a notehead is treated as a …

Full bar rest number only if all voices have rests

Metronome marks with more options [0.17857]

…the property tempoNumberColor. This snippet also changes the size of metronome marks: the text (e.g., Allegro) …

…formatted % to this color. % Default: not set. % The size of the text ("Allegro" etc) is a bit larger than Lilypond default. % Similarly, the size of the note is smaller than Lilypond default. % % …

Metronome marks with more options

Key signature and small staff [0.17857]

…key signature spacing is slightly different than full size staves ones. Here's a function that automatically … …right key signature spacing according to the staff size.

…This extends \staffSize as defined in %% "Changing the size of a staff with a music function" %% http://…

Key signature and small staff

1 2 3 4 5 Next ⇨