lilypond-user
[Top][All Lists]
Advanced

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

Re: How to create a coda with a gap?


From: Robin Bannister
Subject: Re: How to create a coda with a gap?
Date: Thu, 25 Nov 2010 10:32:52 +0100

Dominic Neumann wrote:
[...] Gilles, said that using a "|." bar the bracket has an end line.

You can make the "|." merely look like "||" by saying
 \once \override Score.BarLine #'thick-thickness = #1.9


That way you don't need the s4 and the extra-(X-)offsets:
 \set Score.repeatCommands = #'((volta #f))
 \bar "|."
 \once \override Score.BarLine #'thick-thickness = #1.9
 \key f \major
 \stopStaff
 \once \override TextScript #'extra-offset = #'(-2 . 3)
 s1^\markup { \musicglyph #"scripts.segno" }


Cheers,
Robin



reply via email to

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