The LilyPond Snippet Repository ♪♫

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

Results 171−180 of 359 for markup

Controlling tuplet bracket visibility [0.13393]

…default" \music \override TupletBracket.bracket-visibility = #'if-no-beam \textMark \markup \typewriter "'if-no-beam" \music \override TupletBracket.bracket-visibility = ##t \textMark \… …typewriter "#t" \music \override TupletBracket.bracket-visibility = ##f \textMark \markup \typewriter "#f" \music \omit TupletBracket \textMark \markup \typewriter "omit" \music } } \paper { tagline = ##f }

Controlling tuplet bracket visibility

Airy tone [0.13393]

…relative c' { \once \override TextSpanner.bound-details.left.text = \markup { \airytone #1.0 #-0.2 #0.1 } \once \… …startTextSpan ~ e1 ~ \once \override TextSpanner.bound-details.left.text = \markup \null \once \override TextSpanner.bound-details.right.text = \markup { \airytone #1.0 #0.4 #0.1 } e1\…

Airy tone

Adding indicators to staves which get split after a break [0.13393]

…angle-rad))) (target-y (* length (sin angle-rad)))) (interpret-markup layout props (markup #:translate (cons (/ target-x 2) (/ target-y 2)) #:rotate angle-deg … …ly:stencil-combine-at-edge (ly:bar-line::print grob) X RIGHT (grob-interpret-markup grob #{ \markup\with-dimensions #'(0 . 0) #'(0 . 0) { \translate … …ly:stencil-combine-at-edge (ly:bar-line::print grob) X RIGHT (grob-interpret-markup grob #{ \markup\with-dimensions #'(0 . 0) #'(0 . 0) { \translate …

Adding indicators to staves which get split after a break

How to bottom-align texts with different vertical extents [0.13393]

…self-alignment-X = #CENTER \textLengthOn \time 2/4 c'4_\markup { \combine \transparent f WRONG } c'4_\markup { case } c'4_\markup { \combine \transparent f RIGHT } c'4_\markup { \combine \transparent f case } }

How to bottom-align texts with different vertical extents

Aligning syllables with melisma [0.13393]

…Staff { \relative c'' \new Voice = "vocal" { c d~^\markup default d e c d~^\markup "right aligned" d e c d~^\markup "center aligned" d e c d~^\markup "reset to default" d e } } \new Lyrics \lyricsto "…

Aligning syllables with melisma

Automatically display key names above key signatures [0.13393]

…magstep (ly:grob-property grob 'font-size 0.0))) (txt-sharp #{ \markup { \translate #(cons (* mult -0.3) (* mult 0.… …2)) 0.5)) (txt-size 0.7) (key-name #{ \markup { #key-letter #tonic-acc #key-mode } #}) (key-name-scaled (ly:stencil-scale (grob-interpret-markup grob … …padd)))))))) \layout { \context { \Staff \consists \Custom_key_engraver } } \markup \null % avoid clipped text \new Staff \relative f'' { \…

Automatically display key names above key signatures

Re-positioning note heads on the opposite side of the stem [0.13393]

…grob) (let* ((stencil (ly:note-head::print grob)) (new-stil (grob-interpret-markup grob (markup #:rotate -45 #:override '(box-padding . 0.3) #:box #:rotate … …tweak color #cyan \tweak layer #30 b > } mrkpI = \markup "Original music, including 'stencil-overrides. Otherwise not altered." mrkpII = \markup "Tweaked, using \\displaceHeads, \\adjustStem, \\setOtherScriptParent." << \new Staff { <>^\mrkpI \…

Re-positioning note heads on the opposite side of the stem

Vertically aligned StaffGroups without connecting SystemStartBar [0.13393]

…Zeit2. } % First StaffGroup "exercise" eI = \relative c' { \textMark \markup { \bold Teacher: This is a simple setting of … …Third StaffGroup "chromatic Bach" cbI = \relative c' { \textMark \markup { \bold "Teacher:" \column { "Well, you simply copied and … …cbIV >> >> % Score \score { << \exercise \simpleBach \chromaticBach >> \header { title = \markup \column { \combine \null \vspace #1 "Exercise: Improve the …

Vertically aligned StaffGroups without connecting SystemStartBar

Hiding part of a glissando when clashing a clef [0.13393]

…Clef.stencil = #ly:text-interface::print \once \override Staff.Clef.text = \markup { \combine \postscript " 1.1 4.2 moveto 2 … …extra-offset = #'(-3 . 1) <e, c c'>1 ^\markup\column { \vspace #1 %% LSR-problem-workaround \line { "Using" \italic "whiteout" "… …extra-offset = #'(-2 . 1) <e, c c'>1^\markup { "New stencil :"} \glissando \GlissCrossClefG <a c'' c'''> \…

Hiding part of a glissando when clashing a clef

Flip [0.13393]

…snippet: %%%% \flip: #(define-markup-command (flip layout props arg) (markup?) (interpret-markup layout props (markup #:concat ( #:null #:scale (cons … …flip. myScr= { c'1 } \markuplist { \italic\concat { "This markup uses " \typewriter "\scale #'(-1 . 1)" " to flip … …italic { "Here's the side-effect when starting a markup with " \typewriter "\scale #'(-1 . 1)" \hspace #0.…

Flip

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