lilypond-user
[Top][All Lists]
Advanced

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

Re: Fraction with no line


From: Pierre Perol-Schneider
Subject: Re: Fraction with no line
Date: Thu, 11 Sep 2014 12:31:49 +0200

Hi Jay,

2014-09-11 11:17 GMT+02:00 Jayaratna <address@hidden>:
 
Something like:
\markup { \fractionwithnohline 21 5 }

Try :

\version "2.18.2"

#(define-markup-command (fractionWithNoHline layout props num den)
  (markup? markup?)
  (interpret-markup layout props
    (markup #:raise .5 (#:override (cons (quote baseline-skip) 1.7)
       (#:center-column (#:simple num #:simple den))))))

{
  a'4 ^\markup { "et voilà :" \fractionWithNoHline 21 5 }
}


HTH,
Pierre


reply via email to

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