First of all: using v2.7.28, WinXP

It doesn't sound right; could you produce a minimal example and send it to the bugs email list?
Short description as I post also to the bug list as recommended:
Line won't break at bar line when note value will last longer than remaining bar length even though it says in the manual:

"Line breaks can only occur at places where there are bar lines."

Example code as follows, output to be found attached, full quote also to be found attached for same reason as short description.

Example:
--------

#(ly:set-option 'point-and-click #f)



global = \relative c'' {
      \time 4/4   s1   \break   s1   \bar "|."
}

instr = \relative c'' {
      c2.   c2.   c2
}



\score {
      \new Staff {
            <<
                  \global
                  \instr
            >>
      }
}

-------------
Example (end)

Kind regards,
Thies Albrecht

Graham Percival schrieb:

On 27-Jan-06, at 9:17 AM, Thies Albrecht wrote:

The notes are notated in the correct way (dotted half on beat3, bar#1, correct bar line, next note on beat2, bar#2). But what I observed is that there will be no line break at the bar line neither if left to lily nor by manually inserting \break in a global section.

Is that correct behaviour of lily? If yes, I would be happy about any hints on a workaround.


It doesn't sound right; could you produce a minimal example and send it to the bugs email list?

Thanks,
- Graham


Attachment: Example.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to