Hallo,

I am still trying to print bagpipe tunes with Lilypond, with a repeat
bar at the start of each part. I am almost there; my only problem now
is that the time signature is printed after the first bar line (the
repeat bar line).

Here is a simple script:

\version "2.16.2"
\include "bagpipe.ly"
\layout {
  indent = 0.0\cm
  \context { \Score \remove "Bar_number_engraver" }
}

{
\hideKeySignature
\time 2/4
\bar "|:"
\repeat volta 2 {
        \partial 8 e8
        c4 e
        c e
        c a8
        }
        
}

***** end of script *****

How do I get the time signature to print before the first bar line?

Roddy

Attachment: basic.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to