The LilyPond Snippet Repository ♪♫

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

Results 191−200 of 359 for markup

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

Aligning and centering instrument names [0.12500]

…new Staff \with { \override InstrumentName.self-alignment-X = #LEFT instrumentName = \markup \left-column { "Left aligned" "instrument name" } shortInstrumentName = "Left" } { c''… …new Staff \with { \override InstrumentName.self-alignment-X = #CENTER instrumentName = \markup \center-column { Centered "instrument name" } shortInstrumentName = "Centered" } { g'1 … …new Staff \with { \override InstrumentName.self-alignment-X = #RIGHT instrumentName = \markup \right-column { "Right aligned" "instrument name" } shortInstrumentName = "Right" } { e'…

Aligning and centering instrument names

Rotating a text object [0.12500]

…LSR/Item?id=284 \relative c' { \textLengthOn c4^\markup { \rotate #45.0 hello } c4^\markup { \rotate #90.0 hello } r4 c4^\markup { \column { h e l l o } } }

Rotating a text object

Page label [0.12500]

\label license \markup "This snippet is available under the Creative Commons … …20 { c'2 2 } \pageBreak 2 2 } \textEndMark \markup { \with-link #'startRepeat \line { To page \page-ref #'startRepeat "0" "?" } } } \markup { See page \page-ref #'license "0" "?" for licensing …

Page label

Table of contents [0.12500]

#(set-default-paper-size "a6") \book { \markuplist \table-of-contents \pageBreak \tocItem \markup { The first score } \score { { c'1 \pageBreak \mark \default \tocItem \markup { Mark A } d'1 } } \pageBreak \tocItem \markup { The second score } \score { { e'1 } \header { piece = "…

Table of contents

Clip systems [0.12500]

…#f) #(define output-suffix #f) \book { \score { \origScore } \markup { \bold \fontsize #6 clips } \score { \lyrics { \markup { from-2.0.1-to-4.0.1-clip.eps } \markup { \epsfile #X #30.0 #(format #f "~a-1-from-2.…

Clip systems

Displaying bar numbers on a separate staff [0.12500]

…Y-extent of digits (target-Y-extent (ly:stencil-extent (ly:text-interface::interpret-markup layout props (markup "0123456789")) Y)) ) ;; return the current text, with Y-extent … …2.^"Notes in BarNumberStaves are silently ignored…" -\markup { \dynamic p " Foo?" } | R1 f,,-\markup { \dynamic ff \bold " Bar!" } R | r_"…as well …

Displaying bar numbers on a separate staff

Using the input-tag property to create musical outlines [0.12500]

…levels of outlining + midi %% ----------------------------------------- \book { %% Maximum outlining \markup { \column { "BWV 1001 Excerpt" "Outline Level 0" } } \score { \new Staff { \outlineMusic #0 \melody } \layout {} } % Medium outlining \markup { \column { "BWV 1001 Excerpt" "Outline Level 2" } } \score { \new Staff { \outlineMusic #1 \melody } \layout {} } %% No outlining \markup { \column { "BWV 1001 Excerpt" "No Outlining" } } \score { \new …

Using the input-tag property to create musical outlines

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