lilypond-user
[Top][All Lists]
Advanced

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

Re: MarkLine and bar numbers


From: damianlegassick
Subject: Re: MarkLine and bar numbers
Date: Sun, 28 Oct 2018 13:00:49 +0000

Hello Simon

don't have the solution to moving the bar number, but 'normally' they *do* align as in your pic

\version "2.19.82"


aux = {
  s1*2
}


soprano = \relative {
  s1  \mark\default
  \break
  s
}

<<


  \new StaffGroup <<
    \new Staff \new Voice \soprano
    \new Staff \new Voice \aux
  >>
>>


On 28 Oct 2018, at 11:38, Simon Albrecht <address@hidden> wrote:

Hello list,

I’m currently debugging a couple issues with a use case of the MarkLine context. One of them is demonstrated in the attached minimal scenario: with a MarkLine atop the topmost staff, the barnumbers fail to align with the latter, as they normally would. Does anybody know how to prevent that?

Best, Simon

<debug.ly><Screenshot from 2018-10-28 12-37-23.png>_______________________________________________
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]