Maybe you want \bar ".|" instead.

  /Mats

Quoting Richard Newman <[EMAIL PROTECTED]>:

Try this:

\book {
    \score {
         \context Staff <<
         \global
         \partial 4
         { s4 \bar "||" e'4 g'4 e'4 g'4 |
           e'4 g'4 e'4 g'4 | e'4 g'4 e'4 g'4 | e'4 g'4 e'4 g'4 \bar "||" }
         >>
         \header { piece = "03 - 0 ~ L4" }
    }
}

Richard

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
gacl
Sent: Thursday, March 23, 2006 6:17 PM
To: lilypond-user@gnu.org
Subject: Re: linewidth


Hi,

    Thanks for your help. I have upgraded now to Lilypond 2.8.0 but i can't
figure out yet as to how to make Lilypond display a double bar at the
beginning. This is what i have so far:

\version "2.8.0"

global = {
    \clef "G_8"
    \key c \major
    \time 4/4
    \override Staff.TimeSignature #'style = #'()
}

\header {
    title = "Guitar ( a )"
    subtitle = "Exercises"
    copyright = "Copyright 2006 Gustavo Caicedo"
}

\book {
    \score {
         \context Staff <<
         \global
         \override StaffGroup.SystemStartBar #'bar-line = #||
         { e'4 g'4 e'4 g'4 | e'4 g'4 e'4 g'4 | e'4 g'4 e'4 g'4 | e'4 g'4
e'4 g'4 \bar "||" }
         >>
         \header { piece = "03 - 0 ~ L4" }
    }
}

I have tried many variations of this with no luck. Thanks.

Gus
--
View this message in context:
http://www.nabble.com/linewidth-t831852.html#a3564042
Sent from the Gnu - Lilypond - User forum at Nabble.com.



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





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






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

Reply via email to