lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing indent in a file


From: Wilbert Berendsen
Subject: Re: Changing indent in a file
Date: Tue, 26 May 2009 10:05:01 +0200
User-agent: KMail/1.11.2 (Linux/2.6.28-11-generic; KDE/4.2.2; i686; ; )

Op dinsdag 26 mei 2009, schreef Antonio Palamà:
> I have two scores in a file and wold like to specify different indents for
> the two scores. How can I accomplish this.

Just set the indent in the \score's layout section:

\score {
  \relative c' {  c d e f g  }
  \layout {
    indent = 5\cm
  }
}

\score {
  \relative c' {  c d e f g  }
  \layout {
    indent = 2\cm
  }
}

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/




reply via email to

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