lilypond-user
[Top][All Lists]
Advanced

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

Line break in beam including rests


From: Niels
Subject: Line break in beam including rests
Date: Sat, 23 Jan 2016 11:51:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Dear Lilypond-group,

I want to break after a bar.
In the first example this shown.
However, when a beam spans the break the 8th rest in example 2 causes a problem. How can I create a line break here?

Thanks for your help,
Niels

---
\version "2.19.35"

\paper {
  indent = 0
  ragged-right = ##t
}

notes={
  %First example
  %here the break works after the 8th rest
  r2. a8 r \break
  a r8 r2. \bar "|."

  \break % Go to the second example

  %First example
  %here the break does not work after the 8th rest
  r2. a8[ r \break
  a] r8 r2. \bar "|."}

\score{
  \new Staff
  \notes
  }
---



reply via email to

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