lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar line problem


From: Mats Bengtsson
Subject: Re: Bar line problem
Date: Fri, 09 Jun 2006 16:09:47 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

This has just recently been added to the documentation and has probably not
made it into the manual for version 2.8 yet. See
http://lilypond.org/doc/v2.9/Documentation/user/lilypond/Bar-lines.html#Bar-lines

  /Mats

Palmer, Ralph wrote:

Greetings -

I'm a novice at LilyPond. I'm running LilyPond 2.8.4.1 on Windows XP
Professional, V. 2002, SP2.

I cannot figure out how to set a particular pair of bar lines. In the
following file, the default line breaks occur where I would like them -
after each 4 measures. At the end of Part B (which coincides with a
default line break), I would like to show a section break ( || ). I'd
also like to have an open repeat ( |: ) at the start of Part C (= the
start of the next line). I got the "||" to work properly, but there was
no "|:" to open the repeat section. When I forced the "|:" ( \bar "|:"
), the section break disappeared and became a regular bar line. I tried
forcing the line break after the section break at the end of Part B, but
that didn't work.

Does anyone have any suggestions?

Thank you for your time and attention,

Ralph
+++++++++++++++++++++++++
Ralph Palmer
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
address@hidden


%%%%%%%%%%%%%%%%%%%%%%

%Gravel Walk
\version "2.8.4.1"
\header {
        title = "Gravel Walk"
        composer = "Traditional (Nova Scotia)"
}

melody = \relative c' {
        \clef treble
        \key a \dorian
        \time 2/2
        
        %Part A
        \repeat volta 2 {
                a'4 e'8[ a,] \times 2/3 {c[( b a])} e'[ a,]
                \times 2/3 {c[( b a])} e'[ a,] b a g b
                a4 e'8 a, \times 2/3 {b[( c d])} e fis
                g e d c b a g b
        }
        
        %Part B
        a16[ a a8] a' a, g' a, fis' a,
a16[ a a8] e' a, b a g b a16[ a a8] a' a, g' a, fis' a, g' e d c b a g b a16[ a a8] a' a, g' a, fis' a, a16[ a a8] e' a, b a g b a b c d e fis g a g e d c b a g b \bar "||"
        
        %Part C
        \repeat volta 2 {
                \bar "|:"
                \times 2/3 {c[( b a])} b g a4. b8
c a a d b g b d \times 2/3 {c[( b a)]} b g a b c d e fis g e d b g b
        }
        
        %Part D
}

\score {
        { \melody }
}


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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