Beams across line breaks: Difference between revisions

Import snippet from LSR
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
This property does not affect manual breaks inserted with commands like <code>\break</code>.
This property does not affect manual breaks inserted with commands like <code>\break</code>.


<lilypond version="2.24.0" full>
<lilypond version="2.24">
music = {
music = {
   \repeat unfold 8 c8
   \repeat unfold 8 c8
Line 23: Line 23:
\paper {
\paper {
   line-width = 100\mm
   line-width = 100\mm
  tagline = ##f
}
}
</lilypond>
</lilypond>


[[Category:Rhythms]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Rhythms]]
[[Category:Snippet]]