lilypond-user
[Top][All Lists]
Advanced

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

Re: how to move TextScript closer to the staff?


From: Karol Majewski
Subject: Re: how to move TextScript closer to the staff?
Date: Sun, 01 Dec 2013 13:12:16 +0100

OK, got it!

\version "2.17.96"

#(define-markup-command
  (fingerMod layout props arg)
  (markup-list?)
  (interpret-markup layout props
    (markup
      (#:translate (cons 0.75 0)
        (#:right-align
          (#:override
            '(baseline-skip . 1.5)
            (#:finger
              (make-center-column-markup arg))))))))



Dnia 1-12-2013 o godz. 12:35 Karol Majewski napisaƂ(a):
> > karol wrote
> > > Because LilyPond does not handle fingaring notation well, I wrote markup
> > > command:
> > 
> > what do you mean by that - example?
> 
> Take a lok here: 
> http://lilypond.1069038.n5.nabble.com/fingering-overlap-bug-td154572.html
> 
> > maybe you can adapt http://lsr.dsi.unimi.it/LSR/Item?id=637 to your needs
> > (see the file below)
> 
> The numerals are not centered, but that's not a big problem for me. What 
> I want is to have them closer to staff in situations like:
> 
> { <fis' b' d'>4 ^\markup \fingerMod { 1 3 5 } c'2. }
> 
> 
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

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