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


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to