lilypond-user
[Top][All Lists]
Advanced

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

bend before, increase disctance to accidental


From: Stefan Thomas
Subject: bend before, increase disctance to accidental
Date: Wed, 2 Dec 2020 17:10:07 +0100

Dear community,
I found a  working code for a bend-before command. I would like to know, how I could increase the distance between the bending-sign and the accidental.
Thanks for your help.
Stefan
%%%%%%%%%% SNIPPPET %%%%%%%%%%%%%%%%%
  #(define (scp-stencil grob)
    (ly:stencil-combine-at-edge
     (ly:note-head::print grob) 0 -1
     (grob-interpret-markup grob
      #{
         \markup
         \with-dimensions-from \null
         \path #0.2 #'((moveto -2 -1.8)(curveto -1.2 -1.8 -.5 -1.28 -.3 -.3))
       #} ) 0 ))
 
  scp = \once \override NoteHead.stencil = #scp-stencil
 
  {
    \clef F
    \key g\major
    bes4 \scp a g fis
    \repeat unfold 4 { r8 \scp gis' }
    \repeat unfold 3 { \scp g'!4 }
    \scp  g' fis'!
  }
  %%% END %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(copied from  https://lists.gnu.org/archive/html/lilypond-user/2020-06/msg00000.html )

reply via email to

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