lilypond-user
[Top][All Lists]
Advanced

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

Re: newbie question: lilypond squeezes everything on 1 staff


From: Jérémie Lumbroso
Subject: Re: newbie question: lilypond squeezes everything on 1 staff
Date: Thu, 22 Aug 2002 20:19:57 +0200

RA> Here's my code. Suggestions much appreciated,
I don't really understand what's going on here, and I won't be
presumptuous enough to declare that it's a bug (though I do think that
measures with only whole notes should be a little more spaced).

You can force a line break in Lilypond by putting `\break':

  [...]
  
  lower =  \context Staff \notes\relative c,{
         r2            r8      < cis8( gis' > < d a' > < )dis ais' >
         < e1 b' > ~
         < e2 b' > ~ < e8 b' > < cis8 gis' > < d a' > < dis ais' >
         < e1 b' > ~
         < e2 b' > ~ < e8 b' > < dis8 ais' > < d a' > < cis gis' >  \break
         < c1 g' > ~
         < c2 g' > ~ < c8 g' > < cis8 gis' > < d a' > < dis ais' >
         r1
  }

  [...]

In the same manner, you can force Lilypond to not put a line break
with `\nobreak'.


-- 
Best regards,
 Jérémie                            mailto:address@hidden





reply via email to

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