lilypond-user
[Top][All Lists]
Advanced

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

Re: How to break continuous ottava bracket


From: David Wright
Subject: Re: How to break continuous ottava bracket
Date: Tue, 25 Jul 2017 13:17:17 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue 25 Jul 2017 at 16:27:05 (+0200), Karol Majewski wrote:
> Sometimes you want to have two independent bars in one line:
> 
> {
> c'1 ^"example 1"
> d'1 \bar "||"
> \ottava #1 c''1 ^"example 2"
> d''1 \ottava #0 \bar "||"
> \ottava #1 c''1 ^"example 3"
> d''1 \ottava #0 \bar "||"
> 
> }
> 
> And here continuous ottava bracket looks stupid, doesn't it?
> 
> Is there more elegant way to break it? spacer rest does the job, but this
> solution is a bit artificial.

Well, so is the problem. Anyway,

{
c'1 ^"example 1"
d'1 \bar "||"
\ottava #1 c''1 ^"example 2"
d''1*1/2 \ottava #0 \hideNotes d''1*0 s1*1/2 \unHideNotes \bar "||"
\ottava #1 c''1 ^"example 3"
d''1 \ottava #0 \bar "||"

}

and then sort out the exact X placement.

Cheers,
David.



reply via email to

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