lilypond-user
[Top][All Lists]
Advanced

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

Re: Angled bar lines


From: Malte Meyn
Subject: Re: Angled bar lines
Date: Wed, 10 Aug 2016 23:27:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0



Am 10.08.2016 um 22:43 schrieb Philip (Michael) Dykes:
Hi I need to get a section at the beginning of a piece of liturgical
music I have (Only Begotten Son) in which /*sometimes*/ a certain thing
is sung but /not /normally sung indicated. The typical manner I have
seen this done is via the use of angled bar lines the same as that of
the angled repeat bar lines I have seen in frescobaldi and such but
without the repeat signs. Is there a way to do that? I really hope there
is.

You have to define your own bar line style using \defineBarLine:

\version "2.18.2"

\defineBarLine "[" #'("|" "[" ".")
\defineBarLine "]" #'("]" "" ".")

\relative {
  c'1 \bar "[" c \bar "]" \break
  c \bar "[" \break
  c \bar "]" c
}



reply via email to

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