lilypond-devel
[Top][All Lists]
Advanced

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

Re: \bar "|:" - wrong position in the first misure


From: Graham Percival
Subject: Re: \bar "|:" - wrong position in the first misure
Date: Wed, 05 Sep 2007 02:05:27 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

Mattia Giovanetti wrote:
This involve the command \bar "|:" in the first misure, I attach some files at this mail, so you can take a look of and get what I mean. But in a simple word the problem/bug is that: "the repeat double line with dots, must be after the time signature not befoure in the first misure". Please take a look at 120 Arpeggi di Mauro Giuliani, it's a true example.
Please send minimal examples, like this:

\version "2.10.0"
\paper{ ragged-right = ##t}

\relative c'{
       \clef treble \key g \major
%       \repeat volta 2 {
       \bar "|:"
       c'1
       \bar ":|"
%       }
}


Normally an initial |: is not printed, as it the case if you use a \repeat. The time signature generally goes after a bar line; it may be possible to force it to go before a bar line by using a special \override.

Cheers,
- Graham




reply via email to

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