lilypond-user
[Top][All Lists]
Advanced

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

RE: linewidth


From: Mats Bengtsson
Subject: RE: linewidth
Date: Fri, 24 Mar 2006 10:10:04 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

Maybe you want \bar ".|" instead.

  /Mats

Quoting Richard Newman <address@hidden>:

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: address@hidden
[mailto:address@hidden On Behalf Of
gacl
Sent: Thursday, March 23, 2006 6:17 PM
To: address@hidden
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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





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








reply via email to

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