lilypond-user
[Top][All Lists]
Advanced

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

time signature is printed after first bar line


From: Roderick Mackenzie
Subject: time signature is printed after first bar line
Date: Tue, 20 Sep 2016 17:28:26 +0200

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


reply via email to

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