Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
LilyPond wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Schleifer articulation mark
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
This articulation mark is used in baroque music, for example in Bach BWV 117b measure 3 and BWV 998 measure 21. Here is a function that combines a prall and a slur, using an invisible rest as a spacer (since slurs normally do not affect spacing). <http://arts.jrank.org/pages/6256/slide.html> <lilypond version="2.24.0"> %% http://lsr.di.unimi.it/LSR/Item?id=720 % LSR contributed by Valentin as per request http://code.google.com/p/lilypond/issues/detail?id=503 schleifer = #(define-music-function (start) (ly:music?) #{\once \override Slur.direction = #UP \once \override Slur.stencil = $(lambda (grob) (let* ((slur-stencil (ly:slur::print grob)) (Y-ext (ly:stencil-extent slur-stencil Y)) (text-stencil (ly:text-interface::print grob)) (prall-stencil (ly:stencil-translate text-stencil (cons 2.5 (car Y-ext)))) (combo-stencil (ly:stencil-combine-at-edge prall-stencil X RIGHT slur-stencil 0)) (combo-X-ext (ly:stencil-extent combo-stencil X))) (ly:stencil-translate combo-stencil (cons 0 -1)))) \once \override Slur.positions = #'(-1 . 2) \once \override Slur.text = \markup { \musicglyph "scripts.prall" } \once \override Slur.control-points = $(lambda (grob) (let* ((coords (ly:slur::calc-control-points grob)) (point-0 (list-ref coords 0)) (point-1 (list-ref coords 1)) (point-2 (list-ref coords 2)) (point-3 (list-ref coords 3))) (set-car! point-0 (+ (car point-0) 2)) (set-car! point-1 (+ (car point-1) 1.5)) (set-car! point-2 (+ (car point-2) -1)) (set-car! point-3 (+ (car point-3) -1)) coords)) s1*0( $start \once \override Rest.transparent = ##t \once \override Rest.X-extent = #'(0 . 5) \grace r1 s1*0) #}) \relative c'' { \schleifer a2 d } </lilypond> [[Category:Expressive marks]] [[Category:Ancient notation]] [[Category:Workaround]] [[Category:Symbols and glyphs]]
Summary:
Please note that all contributions to LilyPond wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Meta:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Schleifer articulation mark
Add topic