lilypond-user
[Top][All Lists]
Advanced

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

Dotted ottava bracket


From: Noeck
Subject: Dotted ottava bracket
Date: Thu, 12 Feb 2015 19:23:31 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi,

I would like to change the ottava bracket style. The markup line on top shows
what I want, the dashed ottava bracket is the closest I could achieve. However,
I want it to look like the dotted line on top.

\version "2.18.2"
{
  \override Score.OttavaBracket #'style = #'dotted-line %why is it still dashed?
  \override Score.OttavaBracket #'dash-period = 0.6
  \override Score.OttavaBracket #'thickness = 2
  %\override Score.OttavaBracket #'dash-fraction = 0.01 % does not really help
  \ottava 1
  a''4^\markup {
    \override #'(thickness . 2)
    \override #'(off . 0.01)
    \draw-dotted-line #'(10 . 0)
  }
  a'' a'' a''
  \ottava 0
}

Can anyone help me out?

Joram



reply via email to

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