lilypond-user
[Top][All Lists]
Advanced

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

Re: Ottava dashed lines -- disable


From: Noeck
Subject: Re: Ottava dashed lines -- disable
Date: Mon, 18 Feb 2013 07:05:52 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Hi Guy,

some hints for you:

1) You should send code that actually compiles. For your example
\language "english" is missing and your global definitions are unknown
(and probably not necessary).
http://lilypond.org/website/tiny-examples.html

2) What you want is probably:
\override Staff.OttavaBracket #'style = #'none
(But please be aware that this makes the notation ambiguous, because you
do not know where it ends.)

3) Here is a working example:

\version "2.16.0"
\language "english"
{
  \ottava #1
  \override Staff.OttavaBracket #'style = #'none
  g''2 f''4 e''
}

HTH,
Joram



reply via email to

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