The LilyPond Snippet Repository ♪♫

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

Results 201−210 of 371 for markup

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

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

Microtonal notation and theory of harmony [0.12500]

…tempo 4 = 30 } \score { << \new Staff \with { instrumentName = \markup\center-column {"Sopr." "Alto"} } \relative c'' { \key b\justMinor s1*0^\markup\huge"from St. Matthew Passion, J. S. Bach" % … …b | b aiseh fis2 } >> } \new Staff \with { instrumentName = \markup\center-column {"Tenor" "Bass"} } \relative c' { \key b\justMinor << { \…

Microtonal notation and theory of harmony

How to create custom dynamic markings [0.12500]

…space between each dynamic symbol. dynamicOne = #(make-dynamic-script (markup #:line ( #:dynamic "f" #:dynamic "z" #:dynamic "p" ))) dynamicTwo = #(make-dynamic-script (markup #:line ( #:dynamic "p" #:hspace -0.5 #:dynamic "z" … …#:hspace -0.5 #:dynamic "p" ))) dynamicThree = #(make-dynamic-script (markup #:line ( #:dynamic "s" #:hspace -0.8 #:dynamic "f" …

How to create custom dynamic markings

Clef change at the beginning of a piece [0.12500]

…lilypond.org/doc/stable/Documentation/notation/displaying-pitches % Append markup in the text property to the grob #(… …the time signature \once \override Staff.TimeSignature.text = \markup { \hspace #1.2 \raise #1 \musicglyph "clefs.F_… …the time signature \once \override Staff.TimeSignature.text = \markup { \hspace #1.2 \lower #1 \musicglyph "clefs.G_…

Clef change at the beginning of a piece

Changing the size of woodwind diagrams [0.12500]

\relative c'' { \textLengthOn c1^\markup \woodwind-diagram #'piccolo #'() c^\markup \override #'(size . 1.5) { \woodwind-diagram #'piccolo #'() } c^\markup \override #'(thickness . 0.15) { \woodwind-diagram #'piccolo …

Changing the size of woodwind diagrams

⇦ Previous 21 22 23 24 25 26 27 28 29 30 Next ⇨