The LilyPond Snippet Repository ♪♫

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

Results 201−210 of 359 for markup

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

Fretboards alternate tables [0.12500]

…chordmode { c1 | d1 | c1 | d1 | c1 | d1 | } { s1_\markup "Default table" | s1 | s1_\markup \column {"New table" "from empty"} | s1 | s1_\markup \column {"New table" "from default"} | s1 | } >> } >>

Fretboards alternate tables

Rhythms headword [0.12500]

…set Score.currentBarNumber = #31 <c''' c''>8 ( -\markup { \override #'(baseline-skip . 2) \italic \column { \line { a … …padding = #3.8 <g'' g'>16 ( \staccato -\markup { \italic cresc. } <a'' a'>16 ) \staccato <bf'' bf'>… …f'' f'>16 ] ) <g'' g'>16 ( \staccato -\markup { \italic cresc. } <af''! af'!>16 ) \staccato <bf'' bf'>…

Rhythms headword

Staff headword [0.12500]

…treble \key mib \major \time 2/4 R2^\markup { \italic Comodo } | r8 \once \override TextScript.padding = #2.0 sib16-.^\markup {\dynamic p \italic grazioso} do-. mib( re)-. … …mib4-. r4 | } \score { << \context Staff = "trumpet" \with { instrumentName = \markup { "Trumpet" \concat{ B \teeny \raise #0.4 \flat } } } << \…

Staff headword

Multiple repeats with alternate endings [0.12500]

\paper { tagline = ##f } \markup \italic "Default alternatives :" \relative c' { c d … …g a b } } g a b c a } \markup\vspace #1 \markup\italic "Forcing the first alternative as single :" …

Multiple repeats with alternate endings

Alternative bar numbering [0.12500]

…c4 d e f | c2 d } } } c1 \bar "|." } \markup "default" { \music } \markup \typewriter "'numbers" { \set Score.alternativeNumberingStyle = #'numbers \music } \markup \typewriter "'numbers-with-letters" { \set Score.alternativeNumberingStyle = #'numbers-with-letters \music } \…

Alternative bar numbering

Repeat with brackets [0.12500]

…X)) (break-alignment-R-ext (ly:grob-extent (car break-alignment-R) refp X)) (num (markup text)) (num (if (or (null? siblings) (eq? grob (… …5 (- (car break-alignment-R-ext) (cdr break-alignment-L-ext)))) X)) (bracket-L (markup #:path 0.1 ; line-thickness `((moveto 0.5 ,(* 0.… …grob (car siblings))) -1.0 0.0))))) (bracket-R (markup #:path 0.1 `((moveto ,(* 0.5 (- (car …

Repeat with brackets

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