lilypond-devel
[Top][All Lists]
Advanced

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

Re: line_count related patches in a single commit for review (issue 6419


From: Marc Hohl
Subject: Re: line_count related patches in a single commit for review (issue 6419064)
Date: Wed, 08 Aug 2012 07:36:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

Am 07.08.2012 22:31, schrieb Benkő Pál:
hi Marc,

2012/8/7 Marc Hohl <address@hidden>:
Am 07.08.2012 11:20, schrieb address@hidden:

[...]
good idea, but in the end this patch may be split into four and then
the bar-line changes would go as a separate patch anyway.
See the attached patch. It seems to work – I checked with

\new Staff {
  \override Staff.StaffSymbol #'line-positions = #'(-2 0 2 4)
  c''1 \bar ":|"
}

\new Staff {
  \override Staff.StaffSymbol #'line-count = #10
  c''1 \bar ":|"
}

\new Staff {
  \override Staff.StaffSymbol #'line-count = #0
  c''1 \bar ":|"
}

and the output looks as I would expect it.

Regards,

Marc

Attachment: Rewriting-repeat-dots-algorithm.patch.txt
Description: Text document


reply via email to

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