bug-lilypond
[Top][All Lists]
Advanced

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

Re: \break not working when grouped


From: Erik Sandberg
Subject: Re: \break not working when grouped
Date: Tue, 5 Apr 2005 23:06:08 +0200
User-agent: KMail/1.7.1

On Tuesday 05 April 2005 20.23, David Bobroff wrote:
> Just noticed that the following construction no longer works.  Shouldn't
> I see a single measure on each line with this?
>
> -David
>
> \version "2.5.18"
>
> mus = \relative c' {
>   c d e f g a b c
> }
>
> \score {
>   \context Staff <<
>     \mus
>     s1 \break
>
> }
>

perhaps you just forgot brackets?

\score {
  \context Staff <<
    \mus
    { s1 \break }
  >>
}

Erik




reply via email to

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