bug-lilypond
[Top][All Lists]
Advanced

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

Repeat start bar comes twice


From: th567892000
Subject: Repeat start bar comes twice
Date: Sun, 19 Feb 2017 11:47:39 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1

> I'm not top posting.

Hello,

I get the repeat start bar twice.
This mistake occurs only, when you have minimum two staffs and in one staff the 
first node after repeat start has a grace node.
In case of both first nodes have a grace node, the repeat start comes once.

regards

Thomas Heidler


Example:
\version "2.18.2"

<<
  \new Staff \relative c'' { 
    d1
    \repeat volta 2 {
      \grace b 
      c1 | g1
    }
  }

  \new Staff \relative c'' { 
    a1
    \repeat volta 2 {
      % \grace b 
      c1 | g1
    }
  }
>>




reply via email to

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