lilypond-user
[Top][All Lists]
Advanced

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

Re: Snippets: Repeated bars


From: Neil Puttock
Subject: Re: Snippets: Repeated bars
Date: Mon, 12 Oct 2009 21:10:12 +0100

2009/10/12 Robin Bannister <address@hidden>:

>                 You could use an analysis bracket (see NR 1.7.2) with added
> text.           Combine
> http://lists.gnu.org/archive/html/lilypond-user/2009-08/msg00640.html   with
>    http://lsr.dsi.unimi.it/LSR/Item?id=489     and for square ends
> override #'bracket-flare (see IR 3.1.45)

I'd use a tuplet bracket here, then you don't have to worry about
getting the text positioned properly:

\relative c' {
  \once \override TupletNumber #'text = #"bis"
  \times 1/1 {
    c4 d e f
    g f e d
  }
}

Regards,
Neil




reply via email to

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