bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[LSR-620] Vertical line as a baroque articulation mark


From: Pierre Perol-Schneider
Subject: [LSR-620] Vertical line as a baroque articulation mark
Date: Mon, 6 Apr 2015 23:16:15 +0200

Hi Squad Members,

Regarding this snippet:
http://lsr.di.unimi.it/LSR/Item?id=620
I'm not sure about the 'font-size 3' effect; was it for the articulation
line thickness?
Anyway I'm thinking about putting a more user-friendly script.
How about:

upline =
#(define-event-function (parser location) ()
   #{
      %% possible tweaks here, e.g:
      %-\tweak padding #1
      %-\tweak avoid-slur #'around
      %-\tweak direction #DOWN
      -\tweak stencil #(lambda (grob) (grob-interpret-markup grob
                          #{
                             \markup
                             \override #'(thickness . 3)
                             \draw-line #'(0 . 1)
                          #}))
       \stopped
   #})

\relative c' {
  a'4^\upline a( c d')_\upline
}

Cheers,
Pierre


reply via email to

[Prev in Thread] Current Thread [Next in Thread]