lilypond-user
[Top][All Lists]
Advanced

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

Clef-BarLine crash with changed break-align-orders


From: Simon Albrecht
Subject: Clef-BarLine crash with changed break-align-orders
Date: Fri, 11 Dec 2015 14:15:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Hello,

in a repeat structure I need the clef to be shown after the bar. But with the break-align-orders override applied, there is no working spacing between clef and bar:

\version "2.19.32"
{
  \repeat volta 2 {
    1
  }
  \alternative {
    { \clef alto 1 }
    {
      \once\override Score.BreakAlignment.break-align-orders =
      #(make-vector 3 '(StaffBar Clef))
      \clef bass 1
    }
  }
}

How can I change that?

TIA, Simon

Attachment: break-align-orders--clash.preview.png
Description: PNG image


reply via email to

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