lilypond-user
[Top][All Lists]
Advanced

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

Re: 8va superscript


From: Pierre Perol-Schneider
Subject: Re: 8va superscript
Date: Thu, 28 Nov 2019 13:39:31 +0100

How about:
\version "2.19.83"

\layout {
  \context {
    \Staff
    \override OttavaBracket.stencil = #ly:line-spanner::print
    \override OttavaBracket.bound-details =
      #`((left . ((text . ,#{ \markup\concat\italic { "8" \raise #.8 \tiny "va" } #})
                   (Y . 0)
                   (stencil-align-dir-y . ,UP)
                   ))
         (right . ((Y . 0)
                   (padding . -1)
                   (text . ,(make-draw-line-markup (cons 0 -1.5))))))
    \override OttavaBracket.left-bound-info =
       #ly:line-spanner::calc-left-bound-info-and-text
    \override OttavaBracket.right-bound-info =
       #ly:line-spanner::calc-right-bound-info
  }
}

{
  \ottava #1
  c'' 4 4 4 4
}

Cheers,
Pierre

Le jeu. 28 nov. 2019 à 11:43, Martin Tarenskeen <address@hidden> a écrit :


On Thu, 28 Nov 2019, Malte Meyn wrote:

> The new default will be numbers only (#ottavation-numbers) with a simple
> option to use super-/subscript "8va" with a both for alta and bassa:
>
>       \set ottavationMarkups = #ottavation-ordinals
>
> I don’t know when 2.21.0 will be released. IIRC there have been some good
> ottava hacks for older versions on this list.

Sounds good. I am looking forward to it ... very patiently ;-)

MT

reply via email to

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