lilypond-user
[Top][All Lists]
Advanced

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

Re: Unwanted barline. How to get rid of it?


From: Chris Yate
Subject: Re: Unwanted barline. How to get rid of it?
Date: Wed, 23 Dec 2015 12:44:48 +0000

Just checked. As I said -- you may want another partial bar

   \relative c {
       \clef bass
       \key c \major
       \time 6/8

        \repeat volta 2 {\partial 8
        c'8
         c4. c |
         c c |
         \partial 8*5
         c r4    |
         }

         c4.~  c \bar "|."
         }
         


On 23 December 2015 at 12:23, Noeck <address@hidden> wrote:
Hi Robert,

do you mean something like this?

{
  \relative c {
    \clef bass
    \key c \major
    \time 6/8
    \partial 8
    \repeat volta 2 {
      c'8
      c4. c |
      c c |
      c r4
    }
    r8 | c4.~  c \bar "|."
  }
}

Cheers,
Joram

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


reply via email to

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